This repository has been archived on 2026-05-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
syncthing-arm/etc/linux-upstart/system/syncthing.conf
T

14 lines
216 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
env HOME=/home/jake
setuid "jake"
setgid "jake"
exec /usr/local/bin/syncthing
respawn