enabled service_respawn by default for most services
This commit is contained in:
parent
b4d3135878
commit
5473f922a1
|
@ -1,5 +1,6 @@
|
|||
#!/usr/bin/env watchman
|
||||
|
||||
service_respawn='true'
|
||||
service_command='/bin/alsactl'
|
||||
service_args="rdaemon"
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#!/usr/bin/env watchman
|
||||
|
||||
service_respawn='true'
|
||||
service_username='torrent'
|
||||
service_command='sudo'
|
||||
service_args="-u $service_username -- /usr/bin/bitflu --config=/etc/bitflu.cfg"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env watchman
|
||||
|
||||
service_respawn='true'
|
||||
service_command='/bin/crond'
|
||||
service_args='-n'
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
docker_dir='/home/docker'
|
||||
|
||||
service_respawn='true'
|
||||
service_command='/usr/local/sbin/docker'
|
||||
service_args="-g ${docker_dir} -d"
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#!/usr/bin/env watchman
|
||||
|
||||
service_respawn='true'
|
||||
service_command='/usr/bin/udevd'
|
||||
|
||||
cfg_udev_settle_timeout="${cfg_udev_settle_timeout:-60}"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#!/usr/bin/env watchman
|
||||
|
||||
service_respawn='true'
|
||||
service_command='/usr/bin/nginx'
|
||||
service_pidfile='/run/nginx.pid'
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env watchman
|
||||
|
||||
service_respawn='true'
|
||||
service_command='/bin/preload'
|
||||
service_args='-f'
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#!/usr/bin/env watchman
|
||||
|
||||
service_respawn='true'
|
||||
service_command='/usr/lib/systemd/systemd-udevd'
|
||||
|
||||
cfg_udev_settle_timeout="${cfg_udev_settle_timeout:-60}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user