/
githubmirror
/
syncthing
Обзор
Документация
Войти
/
githubmirror
/
syncthing
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
etc/linux-upstart/user/syncthing.conf
21 строка
591 B
Jakob Borg
chore(etc): add option dash to upstart config
07 июн 2025, 09:20
07 июн 2025, 09:20
40ab668
Код
Авторство
О чём код?
# Location of the syncthing executable env SYNCTHING_EXE="/usr/local/bin" # Set the name of the application description "Syncthing" # Start syncthing you login to your desktop start on desktop-start # Stop syncthing you logout of your desktop stop on desktop-end # Set STNORESTART to yes to have Upstart monitor the process instead # of having a separate syncthing process do the monitoring env STNORESTART=yes # If Upstart detects syncthing has failed - it should restart it respawn # the syncthing command Upstart is to execute when it is started up exec $SYNCTHING_EXE --no-browser