diff --git a/Supervisor/Syncthing/syncthing.conf b/Supervisor/Syncthing/syncthing.conf new file mode 100644 index 0000000..05fca36 --- /dev/null +++ b/Supervisor/Syncthing/syncthing.conf @@ -0,0 +1,6 @@ +[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/"