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.
11 lines
366 B
11 lines
366 B
[Unit]
|
|
Description=rapid spam filtering system
|
|
After=syslog.target network.target remote-fs.target nss-lookup.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
PIDFile=/var/run/rspamd/rspamd.pid
|
|
ExecStartPre=/usr/bin/rspamd -u rspamd -g rspamd -t
|
|
ExecStart=/usr/bin/rspamd -f -c /etc/rspamd/rspamd.conf -u rspamd -g rspamd
|
|
ExecStop=/bin/kill -s QUIT $MAINPID
|
|
WantedBy=multi-user.target
|