forked from Spark/ssm-services
updated services from my work pc
This commit is contained in:
@@ -3,5 +3,5 @@
|
|||||||
depends network
|
depends network
|
||||||
|
|
||||||
service_command='/usr/sbin/dhcpcd'
|
service_command='/usr/sbin/dhcpcd'
|
||||||
service_args='-q'
|
service_args='-q -C resolv.conf'
|
||||||
service_pidfile='/var/run/dhcpcd.pid'
|
service_pidfile='/var/run/dhcpcd.pid'
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
#!/usr/bin/env watchman
|
#!/usr/bin/env watchman
|
||||||
|
|
||||||
|
|
||||||
service_type='oneshot'
|
service_type='oneshot'
|
||||||
service_command='hostname'
|
service_command='hostname'
|
||||||
service_args="$cfg_hostname"
|
service_args="$cfg_hostname"
|
||||||
|
Reference in New Issue
Block a user