ssm-services/init.d/dhcpcd

8 lines
133 B
Plaintext
Raw Normal View History

2013-09-28 23:32:39 +00:00
#!/usr/bin/env watchman
depends network
service_command='/usr/sbin/dhcpcd'
service_args='-q'
service_pidfile='/var/run/dhcpcd.pid'