xref: /OK3568_Linux_fs/buildroot/package/dhcp/dhcpd.service (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1[Unit]
2Description=DHCP server
3After=network.target
4
5[Service]
6Type=forking
7PIDFile=/run/dhcpd.pid
8ExecStart=/usr/sbin/dhcpd -q -pf /run/dhcpd.pid $OPTIONS $INTERFACES
9KillSignal=SIGINT
10EnvironmentFile=-/etc/default/dhcpd
11
12[Install]
13WantedBy=multi-user.target
14