mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 22:54:38 +08:00
15 lines
293 B
SYSTEMD
15 lines
293 B
SYSTEMD
|
[Unit]
|
||
|
Description=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
|
||
|
StandardOutput=syslog
|
||
|
StandardError=syslog
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|