diff options
Diffstat (limited to 'rcd')
-rw-r--r-- | rcd/rustdesk-hbbr | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rcd/rustdesk-hbbr b/rcd/rustdesk-hbbr index 906d45e..0cd9027 100644 --- a/rcd/rustdesk-hbbr +++ b/rcd/rustdesk-hbbr @@ -35,6 +35,8 @@ procname=/usr/local/sbin/hbbr rustdesk_hbbr_chdir="/var/lib/rustdesk-server/" rustdesk_hbbr_args="-k _" command_args="-p ${pidfile} -o /var/log/rustdesk-hbbr.log ${procname} ${rustdesk_hbbr_args}" +## If you want the daemon do its log over syslog comment out the above line and remove the comment from the below replacement +#command_args="-p ${pidfile} -T ${name} ${procname} ${rustdesk_hbbr_args}" start_precmd=rustdesk_hbbr_startprecmd |