Move all to deprecated folder.
This commit is contained in:
13
deprecated/firmware/buildroot/package/dhcp/dhcpd.service
Normal file
13
deprecated/firmware/buildroot/package/dhcp/dhcpd.service
Normal file
@@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=DHCP server
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
PIDFile=/run/dhcpd.pid
|
||||
ExecStart=/usr/sbin/dhcpd -q -pf /run/dhcpd.pid $OPTIONS $INTERFACES
|
||||
KillSignal=SIGINT
|
||||
EnvironmentFile=-/etc/default/dhcpd
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user