File: spampd.service

package info (click to toggle)
spampd 2.62-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,072 kB
  • sloc: perl: 7,117; sh: 240; makefile: 18
file content (13 lines) | stat: -rw-r--r-- 291 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Spam Proxy Daemon
Documentation=man:spampd(8)
After=network.target local-fs.service

[Service]
ExecStart=/usr/sbin/spampd --setsid --config /etc/spampd.cfg
ExecReload=/bin/kill -HUP $MAINPID
Restart=on-failure
PIDFile=/run/spampd.pid

[Install]
WantedBy=multi-user.target