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 (18 lines) | stat: -rw-r--r-- 519 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[Unit]
Description=Spam Proxy Daemon
After=syslog.target network.target

[Service]
ExecStart=/usr/sbin/spampd --config /etc/spampd.cfg --pid /run/spampd.pid --nodetach
ExecReload=/usr/bin/kill -HUP $MAINPID
KillMode=mixed
KillSignal=SIGQUIT
TimeoutStopSec=30
Restart=on-failure
# To run as a forking server, uncomment below and remove the "--nodetach" option
# from the command line above. You may need/want to add "--setsid" option instead.
#Type=forking
#PIDFile=/run/spampd.pid

[Install]
WantedBy=multi-user.target