summarylogtreecommitdiffstats
path: root/rwhoisd.service
blob: c67a962d72f0f309b6bbd44acb9c1219f8325b5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=RWhois Daemon
Documentation=man:rwhoisd(8)
Documentation=https://github.com/arineng/rwhoisd/blob/master/rwhoisd/INSTALL
After=syslog.target network.target

[Service]
PIDFile=/var/lib/rwhoisd/rwhoisd.pid
ExecStart=/usr/bin/rwhoisd -c /etc/rwhoisd/rwhoisd.conf 
ExecReload=/bin/kill -HUP $MAINPID

[Install]
WantedBy=multi-user.target