updated services from my work pc
This commit is contained in:
parent
7af48c15d4
commit
41b4b3fe01
|
@ -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'
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#!/usr/bin/env watchman
|
||||
|
||||
|
||||
service_type='oneshot'
|
||||
service_command='hostname'
|
||||
service_args="$cfg_hostname"
|
||||
|
|
Loading…
Reference in New Issue
Block a user