syncthing/cmd/strelaysrv/etc/linux-systemd/strelaysrv.service

18 lines
286 B
SYSTEMD
Raw Normal View History

2015-09-10 20:11:15 +00:00
[Unit]
Description=Syncthing relay server
After=network.target
[Service]
User=strelaysrv
Group=strelaysrv
ExecStart=/usr/bin/strelaysrv
WorkingDirectory=/var/lib/strelaysrv
2015-09-10 20:11:15 +00:00
PrivateTmp=true
ProtectSystem=full
ProtectHome=true
NoNewPrivileges=true
[Install]
WantedBy=multi-user.target