Template_Config_Files/Supervisor/Syncthing/syncthing.conf

7 lines
267 B
Plaintext
Raw Permalink Normal View History

2021-10-31 19:32:16 +00:00
[program:syncthing]
autorestart = True
directory = /opt/syncthing/config
user = USER
command = /opt/syncthing/bin/current/syncthing -no-browser -logflags=0 -gui-address=IP:PORT -home=/opt/syncthing/config/
environment = STNORESTART="1", HOME="/opt/syncthing/config/"