syncthing/etc/linux-upstart/system/syncthing.conf

14 lines
219 B
Plaintext
Raw Normal View History

description "Syncthing"
start on (local-filesystems and net-device-up IFACE!=lo)
stop on runlevel [!2345]
env STNORESTART=yes
2015-10-24 22:53:08 +02:00
env HOME=/home/$USER
setuid "$USER"
setgid "$USER"
exec /usr/local/bin/syncthing
respawn