diff options
Diffstat (limited to 'net/syncthing/files/syncthing.in')
-rw-r--r-- | net/syncthing/files/syncthing.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/syncthing/files/syncthing.in b/net/syncthing/files/syncthing.in index 8b96017031aa..3eba70d6a976 100644 --- a/net/syncthing/files/syncthing.in +++ b/net/syncthing/files/syncthing.in @@ -35,7 +35,7 @@ load_rc_config $name pidfile=/var/run/syncthing.pid procname="%%PREFIX%%/bin/syncthing" command="/usr/sbin/daemon" -command_args="-cf -p ${pidfile} ${procname} ${syncthing_home:+-home=${syncthing_home}} ${syncthing_log_file:+-logfile=${syncthing_log_file}} -no-browser ${syncthing_args}" +command_args="-cf -p ${pidfile} ${procname} ${syncthing_home:+--home=${syncthing_home}} ${syncthing_log_file:+--logfile=${syncthing_log_file}} --no-browser ${syncthing_args}" start_precmd=syncthing_startprecmd |