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.
16 lines
386 B
16 lines
386 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
|
|
EnvironmentFile=-/etc/sysconfig/dhcpd6
|
|
ExecStart=/usr/sbin/dhcpd -f -6 -cf /etc/dhcp/dhcpd6.conf -user dhcpd -group dhcpd --no-pid $DHCPDARGS
|
|
StandardError=null
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|