service_args is now an array
This commit is contained in:
@@ -3,4 +3,4 @@
|
||||
#service_respawn=true
|
||||
service_pidfile='/run/teamviewerd.pid'
|
||||
service_command='/opt/teamviewer8/tv_bin/teamviewerd'
|
||||
service_args='-d'
|
||||
service_args=( -d )
|
||||
|
Reference in New Issue
Block a user