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

17 lines
273 B
SYSTEMD
Raw Normal View History

2015-09-10 20:11:15 +00:00
[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