summaryrefslogtreecommitdiff
path: root/community/pdns/pdns.service
blob: 1005c9f64c13410ccd8535e7f930d80c189b87a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=PowerDNS Authorative Server
After=syslog.target network.target

[Service]
Type=forking
ExecStart=/usr/sbin/pdns_server --daemon --guardian=yes
ExecReload=/usr/bin/pdns_control cycle
ExecStop=/usr/bin/pdns_control quit

[Install]
WantedBy=multi-user.target