From 41b4b3fe01a96f07bab50cf8833ac8701abfc0d8 Mon Sep 17 00:00:00 2001 From: fbt Date: Sun, 29 Sep 2013 04:03:34 +0400 Subject: [PATCH] updated services from my work pc --- init.d/dhcpcd | 2 +- init.d/hostname | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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"