summaryrefslogtreecommitdiff
path: root/extra/dhcp/dhcpd6.service
blob: 95d3dc45f37e539a08be2b81e2c8d5128531603b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=IPv6 DHCP server
After=network.target

[Service]
Type=forking
PIDFile=/run/dhcpd6.pid
ExecStart=/usr/sbin/dhcpd -6 -q -pf /run/dhcpd6.pid
KillSignal=SIGINT

[Install]
WantedBy=multi-user.target