Merge branch 'master' of builder:git/watchman-services
This commit is contained in:
commit
575b627ff0
|
@ -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
6
init.d/teamviewerd
Executable 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'
|
Loading…
Reference in New Issue
Block a user