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.
2015-10-23 22:37:35 -06:00
|
|
|
description "Syncthing"
|
|
|
|
|
|
|
|
|
|
start on (local-filesystems and net-device-up IFACE!=lo)
|
|
|
|
|
stop on runlevel [!2345]
|
|
|
|
|
|
|
|
|
|
env STNORESTART=yes
|
2015-10-24 14:53:08 -06:00
|
|
|
env HOME=/home/$USER
|
|
|
|
|
setuid "$USER"
|
|
|
|
|
setgid "$USER"
|
2015-10-23 22:37:35 -06:00
|
|
|
|
|
|
|
|
exec /usr/local/bin/syncthing
|
|
|
|
|
|
|
|
|
|
respawn
|