dom0: start guid only when shm.id present
Eg. not during firstboot
This commit is contained in:
parent
a3f2496a27
commit
d84d64716b
@ -1145,7 +1145,7 @@ class QubesVm(object):
|
||||
self.force_shutdown()
|
||||
raise OSError ("ERROR: Cannot execute qrexec_daemon!")
|
||||
|
||||
if subprocess.call('xprop -root >/dev/null 2>&1', shell=True) == 0:
|
||||
if os.path.exists('/var/run/shm.id'):
|
||||
self.start_guid(verbose=verbose)
|
||||
|
||||
if preparing_dvm:
|
||||
|
Loading…
Reference in New Issue
Block a user