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.
15 lines
283 B
15 lines
283 B
6 years ago
|
[Unit]
|
||
|
Description=Spamassassin daemon
|
||
|
After=syslog.target network.target
|
||
|
Wants=sa-update.timer
|
||
|
|
||
|
[Service]
|
||
|
EnvironmentFile=-/etc/sysconfig/spamassassin
|
||
|
ExecStart=/usr/bin/spamd $SPAMDOPTIONS
|
||
|
StandardOutput=null
|
||
|
StandardError=null
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|