diff options
Diffstat (limited to 'services/dhcpcdmaster')
-rw-r--r-- | services/dhcpcdmaster | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/services/dhcpcdmaster b/services/dhcpcdmaster index 879497a..1bb0a3a 100644 --- a/services/dhcpcdmaster +++ b/services/dhcpcdmaster @@ -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 } |