/
githubmirror
/
syncthing
Обзор
Документация
Войти
/
githubmirror
/
syncthing
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
etc/linux-systemd/user/syncthing.service
27 строк
722 B
Jakob Borg
chore(slogutil): add configurable logging format (fixes #10352) (#10354)
05 сен 2025, 11:52
Не верифицирован
05 сен 2025, 11:52
3625447
Код
Авторство
О чём код?
[Unit] Description=Syncthing - Open Source Continuous File Synchronization Documentation=man:syncthing(1) StartLimitIntervalSec=60 StartLimitBurst=4 [Service] Environment="STLOGFORMATTIMESTAMP=" Environment="STLOGFORMATLEVELSTRING=false" Environment="STLOGFORMATLEVELSYSLOG=true" ExecStart=/usr/bin/syncthing serve --no-browser --no-restart Restart=on-failure RestartSec=1 SuccessExitStatus=3 4 RestartForceExitStatus=3 4 # Hardening SystemCallArchitectures=native MemoryDenyWriteExecute=true NoNewPrivileges=true # Elevated permissions to sync ownership (disabled by default), # see https://docs.syncthing.net/advanced/folder-sync-ownership #AmbientCapabilities=CAP_CHOWN CAP_FOWNER [Install] WantedBy=default.target