Force synthing to listen on 0.0.0.0

This commit is contained in:
Stian Buch Larsen 2015-09-02 12:12:52 +02:00
parent be6502623f
commit 210519640d

View File

@ -2,4 +2,4 @@
umask 0000
exec /sbin/setuser abc syncthing -home=/config -no-browser -no-restart
exec /sbin/setuser abc syncthing -home=/config -no-browser -no-restart --gui-address="0.0.0.0:8384"