e9a996a6b6
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/spamassassin#ae8ad37be3950d10a602eeb3bdd13db7689e12c1
15 lines
283 B
Desktop File
15 lines
283 B
Desktop File
[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
|