Blame SOURCES/dhcpd6.service

f9ed25
[Unit]
f9ed25
Description=DHCPv6 Server Daemon
f9ed25
Documentation=man:dhcpd(8) man:dhcpd.conf(5)
f9ed25
Wants=network-online.target
f9ed25
After=network-online.target
f9ed25
After=time-sync.target
f9ed25
f9ed25
[Service]
f9ed25
Type=notify
f9ed25
EnvironmentFile=-/etc/sysconfig/dhcpd6
f9ed25
ExecStart=/usr/sbin/dhcpd -f -6 -cf /etc/dhcp/dhcpd6.conf -user dhcpd -group dhcpd --no-pid $DHCPDARGS
f9ed25
StandardError=null
f9ed25
f9ed25
[Install]
f9ed25
WantedBy=multi-user.target