syncthing/etc/linux-upstart/system/syncthing.conf
2015-10-23 22:37:35 -06:00

14 lines
216 B
Plaintext

description "Syncthing"
start on (local-filesystems and net-device-up IFACE!=lo)
stop on runlevel [!2345]
env STNORESTART=yes
env HOME=/home/jake
setuid "jake"
setgid "jake"
exec /usr/local/bin/syncthing
respawn