Run qubes_core_appvm also in TemplateVM (#222)

Šī revīzija ir iekļauta:
Marek Marczykowski 2011-04-19 13:10:18 +02:00
vecāks c132b70856
revīzija 692b97db38

Parādīt failu

@ -26,7 +26,7 @@ start()
fi fi
type=$(/usr/bin/xenstore-read qubes_vm_type) type=$(/usr/bin/xenstore-read qubes_vm_type)
if [ "$type" != "AppVM" -a "$type" != "DisposableVM" ]; then if [ "$type" != "AppVM" -a "$type" != "DisposableVM" -a "$type" != "TemplateVM" ]; then
# This script runs only on AppVMs # This script runs only on AppVMs
return 0 return 0
fi fi