mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-10 15:20:56 +00:00
19 lines
350 B
Desktop File
19 lines
350 B
Desktop File
[Unit]
|
|
Description=Syncthing relay server
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=syncthing-relaysrv
|
|
Group=syncthing-relaysrv
|
|
ExecStart=/usr/bin/relaysrv
|
|
WorkingDirectory=/var/lib/syncthing-relaysrv
|
|
RootDirectory=/var/lib/syncthing-relaysrv
|
|
|
|
PrivateTmp=true
|
|
ProtectSystem=full
|
|
ProtectHome=true
|
|
NoNewPrivileges=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|