Skip to content

Commit

Permalink
Use default user instead of "user"
Browse files Browse the repository at this point in the history
The two are not guaranteed to be the same.
  • Loading branch information
DemiMarie committed Apr 24, 2023
1 parent 6f333a7 commit 02537ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qubes-remote-support-receiver-start
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ dom0_run_socat() {
systemctl --user reset-failed socat-9050 &>/dev/null || true

## Suppress output "Running as unit: socat-9050.service" to avoid confusing Qubes remote support gui.
systemd-run --user --unit socat-9050 socat TCP-LISTEN:9050,reuseaddr,fork "EXEC:qrexec-client -d $vm_name user\\:\\'\\''/etc/qubes-rpc/qubes.ConnectTCP 9122\\'\\''" &>/dev/null
systemd-run --user --unit socat-9050 socat TCP-LISTEN:9050,reuseaddr,fork "EXEC:qrexec-client -d $vm_name DEFAULT\\:\\'\\''/etc/qubes-rpc/qubes.ConnectTCP 9122\\'\\''" &>/dev/null

systemctl --user --no-pager --no-block status socat-9050 >/dev/null

Expand Down

0 comments on commit 02537ee

Please sign in to comment.