Blame SOURCES/dhcpd.service

f9ed25
[Unit]
f9ed25
Description=DHCPv4 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/dhcpd
f9ed25
ExecStart=/usr/sbin/dhcpd -f -cf /etc/dhcp/dhcpd.conf -user dhcpd -group dhcpd --no-pid $DHCPDARGS
f9ed25
StandardError=null
f9ed25
f9ed25
[Install]
f9ed25
WantedBy=multi-user.target