You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-dns/nsd/files/nsd.service

15 lines
272 B

[Unit]
Description=NSD authoritative DNS server
Wants=network.target
After=network.target
[Service]
Type=forking
ExecStartPre=/usr/bin/install -d -o nsd -g nsd /run/nsd
ExecStart=/usr/sbin/nsd
KillMode=mixed
PIDFile=/run/nsd/nsd.pid
[Install]
WantedBy=multi-user.target