mirror of https://github.com/rspamd/rspamd.git
Rapid spam filtering system
https://rspamd.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
386 B
17 lines
386 B
[Unit]
|
|
Description=rapid spam filtering system
|
|
After=nss-lookup.target network-online.target
|
|
Documentation=https://rspamd.com/doc/
|
|
|
|
[Service]
|
|
LimitNOFILE=1048576
|
|
NonBlocking=true
|
|
ExecStart=/usr/bin/rspamd -c /etc/rspamd/rspamd.conf -f
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
User=_rspamd
|
|
RuntimeDirectory=rspamd
|
|
RuntimeDirectoryMode=0755
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|