47aa2bac4e
- Add restart=always to systemd file to work around upstream bug. Bug #812359
17 lines
372 B
Desktop File
17 lines
372 B
Desktop File
[Unit]
|
|
Description=Spamassassin daemon
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/var/run/spamd.pid
|
|
EnvironmentFile=-/etc/sysconfig/spamassassin
|
|
ExecStartPre=-/sbin/portrelease spamd
|
|
ExecStart=/usr/bin/spamd --pidfile /var/run/spamd.pid $SPAMDOPTIONS
|
|
StandardOutput=syslog
|
|
StandardError=syslog
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|