diff options
Diffstat (limited to 'files/usr')
-rw-r--r-- | files/usr/local/etc/rc.d/syncthing_user.nfs_server | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/usr/local/etc/rc.d/syncthing_user.nfs_server b/files/usr/local/etc/rc.d/syncthing_user.nfs_server index 0229047..847701a 100644 --- a/files/usr/local/etc/rc.d/syncthing_user.nfs_server +++ b/files/usr/local/etc/rc.d/syncthing_user.nfs_server @@ -21,7 +21,7 @@ load_rc_config $name syncthing_user_rundir=/var/run/syncthing syncthing_user_confdir=/var/db/syncthing -syncthing_user_args='serve --no-browser --no-upgrade --no-default-folder --logflags=0 --logfile=-' +syncthing_user_args='serve --no-browser --no-upgrade --logflags=0 --logfile=-' syncthing_config_template=/usr/local/etc/syncthing.template.xml procname="/usr/local/bin/syncthing" |