Ident fixes

This commit is contained in:
Joanna Rutkowska 2011-03-31 13:44:14 +02:00
parent 57d33eea3c
commit 9cf34a5c30

View File

@ -25,14 +25,14 @@ start()
exit 1 exit 1
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" ]; then
# This script runs only on AppVMs # This script runs only on AppVMs
return 0 return 0
fi fi
# Start AppVM specific services # Start AppVM specific services
/sbin/service cups start /sbin/service cups start
echo -n $"Executing Qubes Core scripts for AppVM:" echo -n $"Executing Qubes Core scripts for AppVM:"
@ -52,9 +52,9 @@ start()
echo Back to life. echo Back to life.
fi fi
MEM_CHANGE_THRESHOLD_KB=30000 MEM_CHANGE_THRESHOLD_KB=30000
MEMINFO_DELAY_USEC=100000 MEMINFO_DELAY_USEC=100000
/usr/lib/qubes/meminfo-writer $MEM_CHANGE_THRESHOLD_KB $MEMINFO_DELAY_USEC & /usr/lib/qubes/meminfo-writer $MEM_CHANGE_THRESHOLD_KB $MEMINFO_DELAY_USEC &
success success
echo "" echo ""