archrelease: copy trunk to community-any
[ArchLinux/community.git] / syncthing / trunk / syncthing-relaysrv.service
blob16b4c2df93149f8fb7630b1956e6997f787e2c1d
1 [Unit]
2 Description=Syncthing relay server
3 After=network.target
5 [Service]
6 User=syncthing-relaysrv
7 Group=syncthing-relaysrv
8 ExecStart=/usr/bin/syncthing-relaysrv
9 WorkingDirectory=/var/lib/syncthing-relaysrv
11 PrivateTmp=true
12 ProtectSystem=full
13 ProtectHome=true
14 NoNewPrivileges=true
16 [Install]
17 WantedBy=multi-user.target