diff options
author | tschettervictor <[email protected]> | 2023-11-16 18:27:01 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2023-11-16 18:27:01 -0700 |
commit | 7c7d554609216a25f9233f9fe9324aeeb79aaa01 (patch) | |
tree | e21c543438b7a84c582dde58089f87abc0f18726 /rcd | |
parent | 272a094fde17a378276c039b4fd3caefadfb2569 (diff) | |
download | rustdesk-server-7c7d554609216a25f9233f9fe9324aeeb79aaa01.tar.gz rustdesk-server-7c7d554609216a25f9233f9fe9324aeeb79aaa01.zip |
Update rustdesk-hbbs
typo
Diffstat (limited to 'rcd')
-rw-r--r-- | rcd/rustdesk-hbbs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rcd/rustdesk-hbbs b/rcd/rustdesk-hbbs index 1ec1589..d9fea21 100644 --- a/rcd/rustdesk-hbbs +++ b/rcd/rustdesk-hbbs @@ -35,7 +35,7 @@ command=/usr/sbin/daemon procname=/usr/local/sbin/hbbs rustdesk_hbbs_chdir=/var/db/rustdesk-server command_args="-p ${pidfile} -o /var/log/rustdesk-hbbs.log ${procname} ${rustdesk_hbbs_args}" -## If you want the daemon do its log over syslog comment out the above line and remove the comment from the below replacement +## If you want the daemon to 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_hbbs_args}" start_precmd=rustdesk_hbbs_startprecmd |