build, cmd/stdiscosrv, cmd/strelaysrv: Rename binaries to add "st" prefix

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3371
This commit is contained in:
aviau
2016-07-04 10:51:22 +00:00
committed by Jakob Borg
parent aa50ef4069
commit 6ff74cfcab
21 changed files with 53 additions and 53 deletions

View File

@@ -0,0 +1,17 @@
[Unit]
Description=Syncthing relay server
After=network.target
[Service]
User=strelaysrv
Group=strelaysrv
ExecStart=/usr/bin/strelaysrv
WorkingDirectory=/var/lib/strelaysrv
PrivateTmp=true
ProtectSystem=full
ProtectHome=true
NoNewPrivileges=true
[Install]
WantedBy=multi-user.target