# Automatically generated by systemd-sysv-generator
[Unit]
Documentation=man:systemd-sysv-generator(8)
SourcePath=/etc/rc.d/init.d/spamassassin
Description=SYSV: spamd is a daemon process which uses SpamAssassin to check email messages for SPAM. It is normally called by spamc from a MDA.
Before=multi-user.target
Before=multi-user.target
Before=graphical.target
After=iworx.service
After=network.service
After=apf.service
[Service]
Type=forking
Restart=no
TimeoutSec=5min
IgnoreSIGPIPE=no
KillMode=process
GuessMainPID=no
RemainAfterExit=yes
ExecStart=/etc/rc.d/init.d/spamassassin start
ExecStop=/etc/rc.d/init.d/spamassassin stop
|