mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-26 16:38:25 +00:00
17 lines
273 B
SYSTEMD
17 lines
273 B
SYSTEMD
|
[Unit]
|
||
|
Description=Syncthing relay server
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
User=syncthing-relaysrv
|
||
|
Group=syncthing-relaysrv
|
||
|
ExecStart=/usr/bin/syncthing-relaysrv
|
||
|
|
||
|
PrivateTmp=true
|
||
|
ProtectSystem=full
|
||
|
ProtectHome=true
|
||
|
NoNewPrivileges=true
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|