Skip to content

Commit

Permalink
qubes.WaitForSession: no need to specify machine
Browse files Browse the repository at this point in the history
Closes QubesOS/qubes-issues#8205

(cherry picked from commit 41e6458)
  • Loading branch information
fepitre authored and marmarek committed Aug 24, 2023
1 parent 7e5bf1a commit 4988f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qubes-rpc/qubes.WaitForSession
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ do
sleep 0.1
done

systemctl --machine="$USERNAME"@.host --user --wait --quiet is-system-running
systemctl --user --wait --quiet is-system-running

exit 0

0 comments on commit 4988f46

Please sign in to comment.