diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2025-09-22 21:50:46 -0400 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2025-09-22 21:50:46 -0400 |
commit | 042952ac0dae978be3f90a7702463a247bd15aa6 (patch) | |
tree | 496513b7e8db7f6b38912ad8fe6716feba4f29cb /files/usr/local/etc | |
parent | 9d484246b8a36c4f4816d999209bfa84f5150dac (diff) | |
download | infrastructure-042952ac0dae978be3f90a7702463a247bd15aa6.tar.gz |
update nfs stuff
Diffstat (limited to 'files/usr/local/etc')
-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" |