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.
13 lines
313 B
13 lines
313 B
[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 |
|
|
|
[Install] |
|
WantedBy=multi-user.target
|
|
|