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.
13 lines
317 B
13 lines
317 B
[Unit] |
|
Description=DHCPv6 Server Daemon |
|
Documentation=man:dhcpd(8) man:dhcpd.conf(5) |
|
Wants=network-online.target |
|
After=network-online.target |
|
After=time-sync.target |
|
|
|
[Service] |
|
Type=notify |
|
ExecStart=/usr/sbin/dhcpd -f -6 -cf /etc/dhcp/dhcpd6.conf -user dhcpd -group dhcpd --no-pid |
|
|
|
[Install] |
|
WantedBy=multi-user.target
|
|
|