updated services from my work pc

This commit is contained in:
Jack L. Frost 2013-09-29 04:03:34 +04:00
parent 7af48c15d4
commit 41b4b3fe01
2 changed files with 2 additions and 1 deletions

View File

@ -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'

View File

@ -1,5 +1,6 @@
#!/usr/bin/env watchman
service_type='oneshot'
service_command='hostname'
service_args="$cfg_hostname"