Browse Source
This commit changes dhpcd master and nginx scripts to run the respective processes in background and let initd supervise them directly. Signed-off-by: David Oberhollenzer <goliath@infraroot.at>master
2 changed files with 5 additions and 5 deletions
@ -1,10 +1,10 @@
|
||||
description "DHCP client - master service" |
||||
type wait |
||||
type respawn limit 5 |
||||
target boot |
||||
after network |
||||
tty /dev/null |
||||
|
||||
exec { |
||||
mkdir -p /var/db/dhcpcd |
||||
dhcpcd --inactive |
||||
dhcpcd --inactive --nobackground |
||||
} |
||||
|
Loading…
Reference in new issue