|
|
@@ -33,8 +33,10 @@ pidfile=/var/run/rustdesk_hbbs.pid
|
|
33
|
33
|
command=/usr/sbin/daemon
|
|
34
|
34
|
procname=/usr/local/sbin/hbbs
|
|
35
|
35
|
rustdesk_hbbs_chdir="/var/lib/rustdesk-server/"
|
|
36
|
|
-rustdesk_hbbs_args="-r 130.255.77.37 -k _"
|
|
|
36
|
+rustdesk_hbbs_args="-r your.ip.add.ress -k _"
|
|
37
|
37
|
command_args="-p ${pidfile} -o /var/log/rustdesk-hbbs.log ${procname} ${rustdesk_hbbs_args}"
|
|
|
38
|
+## If you want the daemon do its log over syslog comment out the above line and remove the comment from the below replacement
|
|
|
39
|
+#command_args="-p ${pidfile} -T ${name} ${procname} ${rustdesk_hbbs_args}"
|
|
38
|
40
|
|
|
39
|
41
|
start_precmd=rustdesk_hbbs_startprecmd
|
|
40
|
42
|
|