Merge branch 'master' of builder:git/watchman-services

This commit is contained in:
Jack L. Frost 2014-12-30 18:49:34 +03:00
commit 575b627ff0
2 changed files with 9 additions and 0 deletions

View File

@ -1,4 +1,7 @@
#!/usr/bin/env watchman
# This script is intended for Daemon mode.
# Modify it for your setup.
#service_respawn=true
service_command='/usr/bin/bitlbee'
service_args='-n'

6
init.d/teamviewerd Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env watchman
#service_respawn=true
service_pidfile='/run/teamviewerd.pid'
service_command='/opt/teamviewer8/tv_bin/teamviewerd'
service_args='-d'