enabled service_respawn by default for most services

This commit is contained in:
2014-07-28 05:00:57 +04:00
parent b4d3135878
commit 5473f922a1
8 changed files with 8 additions and 0 deletions

View File

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