25 lines
664 B
INI
25 lines
664 B
INI
|
[Unit]
|
||
|
Description=Syncthing - Open Source Continuous File Synchronization
|
||
|
Documentation=man:syncthing(1)
|
||
|
After=network.target
|
||
|
StartLimitIntervalSec=60
|
||
|
StartLimitBurst=4
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/syncthing serve --no-browser --no-restart --logflags=0 --config=/mnt/data1/syncthing/config --data=/mnt/data1/syncthing/data --no-default-folder --gui-address=0.0.0.0:8384
|
||
|
Restart=on-failure
|
||
|
RestartSec=1
|
||
|
SuccessExitStatus=3 4
|
||
|
RestartForceExitStatus=3 4
|
||
|
Environment="HOME=/mnt/data1/syncthing/home"
|
||
|
|
||
|
# Hardening
|
||
|
ProtectSystem=full
|
||
|
PrivateTmp=true
|
||
|
SystemCallArchitectures=native
|
||
|
MemoryDenyWriteExecute=true
|
||
|
NoNewPrivileges=true
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|