0acc1b8c2c
don't need to fix lease files ownership before starting service dhclient-script: allow static route with a 0.0.0.0 next-hop addressi (#769463
11 lines
235 B
Desktop File
11 lines
235 B
Desktop File
[Unit]
|
|
Description=DHCPv4 Server Daemon
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
EnvironmentFile=/etc/sysconfig/dhcpd
|
|
ExecStart=/usr/sbin/dhcpd -d -user dhcpd -group dhcpd --no-pid $DHCPDARGS
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|