mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 18:17:16 +08:00
18 lines
318 B
SYSTEMD
18 lines
318 B
SYSTEMD
|
[Unit]
|
||
|
Description=Syncthing relay server
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
User=syncthing-relaysrv
|
||
|
Group=syncthing-relaysrv
|
||
|
ExecStart=/usr/bin/syncthing-relaysrv
|
||
|
WorkingDirectory=/var/lib/syncthing-relaysrv
|
||
|
|
||
|
PrivateTmp=true
|
||
|
ProtectSystem=full
|
||
|
ProtectHome=true
|
||
|
NoNewPrivileges=true
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|