syncthing.conf 219 B

1234567891011121314
  1. description "Syncthing"
  2. start on (local-filesystems and net-device-up IFACE!=lo)
  3. stop on runlevel [!2345]
  4. env STNORESTART=yes
  5. env HOME=/home/$USER
  6. setuid "$USER"
  7. setgid "$USER"
  8. exec /usr/local/bin/syncthing
  9. respawn