diff --git a/init.d/dhcpcd b/init.d/dhcpcd index 1292043..e93ce82 100755 --- a/init.d/dhcpcd +++ b/init.d/dhcpcd @@ -3,5 +3,5 @@ depends network service_command='/usr/sbin/dhcpcd' -service_args='-q' +service_args='-q -C resolv.conf' service_pidfile='/var/run/dhcpcd.pid' diff --git a/init.d/hostname b/init.d/hostname index dde1ce0..823826b 100755 --- a/init.d/hostname +++ b/init.d/hostname @@ -1,5 +1,6 @@ #!/usr/bin/env watchman + service_type='oneshot' service_command='hostname' service_args="$cfg_hostname"