mirror of
https://github.com/ben-grande/qusal.git
synced 2025-05-02 14:26:21 -04:00
fix: wrong port in rsync client forwarder
Fixes: https://github.com/ben-grande/qusal/issues/34
This commit is contained in:
parent
004cb73dbf
commit
af27eb131d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ Description=Forward connection to Rsync over Qrexec
|
|||
ConditionPathExists=/var/run/qubes-service/rsync-setup
|
||||
|
||||
[Socket]
|
||||
ListenStream=127.0.0.1:839
|
||||
ListenStream=127.0.0.1:1839
|
||||
BindToDevice=lo
|
||||
Accept=true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue