summaryrefslogtreecommitdiff
path: root/community/nsd/service
blob: 2caa9585ce6be4a1c32de1bf8e0bd085066a2e91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=NSD Name Server Daemon
After=network.target

[Service]
Type=forking
PIDFile=/run/nsd.pid
ExecStart=/usr/sbin/nsd start
ExecReload=/usr/sbin/nsd reload
ExecStop=/usr/sbin/nsd stop

[Install]
WantedBy=multi-user.target