mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
18 lines
318 B
Desktop File
18 lines
318 B
Desktop File
[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
|