This unit is provided by:
Options
-
[Install]-
WantedBy=multi-user.target
-
-
[Service]-
AmbientCapabilities=CAP_NET_BIND_SERVICE CAP_NET_RAW -
ExecStart=/usr/bin/dhcpd -4 -q -cf /etc/dhcpd.conf -pf /run/dhcpd4/dhcpd.pid -
KillSignal=SIGINT -
PIDFile=/run/dhcpd4/dhcpd.pid -
ProtectHomeIntroduced in systemd 214=on -
ProtectSystemIntroduced in systemd 214=full -
Restart=on-failure -
RestartSec=2s -
RuntimeDirectory=dhcpd4 -
StartLimitInterval=12s -
Type=forking -
User=dhcp
-
-
[Unit]-
After=network.target network-online.target -
Description=IPv4 DHCP server -
Wants=network-online.target
-
Additionnal notes
Nothing here.