15 lines
332 B
Desktop File
15 lines
332 B
Desktop File
[Unit]
|
|
Description=DHCPv4 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 -cf /etc/dhcp/dhcpd.conf -user dhcpd -group dhcpd --no-pid
|
|
StandardError=null
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|