16 lines
356 B
SYSTEMD
16 lines
356 B
SYSTEMD
|
[Unit]
|
|||
|
Tanım:Spamassassin daemon
|
|||
|
After=syslog.target network.target
|
|||
|
|
|||
|
[Service]
|
|||
|
Type=forking
|
|||
|
PIDFile=/var/run/spamd.pid
|
|||
|
ExecStart=/usr/bin/vendor_perl/spamd -d --pidfile /var/run/spamd.pid -c -c -x --virtual-config-dir=/var/lib/spamassassin -u spamd -g spamd
|
|||
|
StandardOutput=syslog
|
|||
|
StandardError=syslog
|
|||
|
Restart=always
|
|||
|
|
|||
|
[Install]
|
|||
|
WantedBy=multi-user.target
|
|||
|
|