6d6c744f2c
RPC call will be used in vm.start function instead of the hardcoded echo > /tmp/qubes-session-waiter
3 lines
125 B
Plaintext
3 lines
125 B
Plaintext
read USERNAME
|
|
su -c 'echo $$ >> /tmp/qubes-session-waiter; [ ! -f /tmp/qubes-session-env ] && exec sleep 365d' - "$USERNAME"
|