Added syncthing config
This commit is contained in:
parent
2cab39b0d9
commit
e49b202a4a
6
Supervisor/Syncthing/syncthing.conf
Normal file
6
Supervisor/Syncthing/syncthing.conf
Normal file
@ -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/"
|
||||
Loading…
Reference in New Issue
Block a user