17e48507ee
- Fixes bug #1107541
15 lines
299 B
Desktop File
15 lines
299 B
Desktop File
[Unit]
|
|
Description=Spamassassin daemon
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
EnvironmentFile=-/etc/sysconfig/spamassassin
|
|
ExecStartPre=-/sbin/portrelease spamd
|
|
ExecStart=/usr/bin/spamd $SPAMDOPTIONS
|
|
StandardOutput=null
|
|
StandardError=null
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|