diff options
Diffstat (limited to 'net-p2p/syncthing/files/relaysrv.systemd.patch')
-rw-r--r-- | net-p2p/syncthing/files/relaysrv.systemd.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-p2p/syncthing/files/relaysrv.systemd.patch b/net-p2p/syncthing/files/relaysrv.systemd.patch new file mode 100644 index 000000000000..2cff1dc7d9a6 --- /dev/null +++ b/net-p2p/syncthing/files/relaysrv.systemd.patch @@ -0,0 +1,13 @@ +diff --git src/github.com/syncthing/syncthing/cmd/relaysrv/etc/linux-systemd/syncthing-relaysrv.service src/github.com/syncthing/syncthing/cmd/relaysrv/etc/linux-systemd/syncthing-relaysrv.service +index b9d3173..7f8e2c0 100644 +--- src/github.com/syncthing/syncthing/cmd/relaysrv/etc/linux-systemd/syncthing-relaysrv.service ++++ src/github.com/syncthing/syncthing/cmd/relaysrv/etc/linux-systemd/syncthing-relaysrv.service +@@ -5,7 +5,7 @@ After=network.target + [Service] + User=syncthing-relaysrv + Group=syncthing-relaysrv +-ExecStart=/usr/bin/relaysrv ++ExecStart=/usr/libexec/syncthing/relaysrv + WorkingDirectory=/var/lib/syncthing-relaysrv + + PrivateTmp=true |