We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bbe29f5 + 4b9b740 commit c655481Copy full SHA for c655481
scripts/init.d-xapi
@@ -50,10 +50,12 @@ start() {
50
# clear out qemu coredumps/chroot dirs on system boot:
51
rm -rf /var/xen/qemu/*
52
#rm -f ${XAPI_BOOT_TIME_INFO_UPDATED}
53
+ echo
54
exec "@BINDIR@/xapi" -nowatchdog ${xapiflags} \
55
-writereadyfile ${XAPI_STARTUP_COOKIE} -writeinitcomplete ${XAPI_INIT_COMPLETE_COOKIE} -onsystemboot
56
RETVAL=$?
57
else
58
59
60
-writereadyfile ${XAPI_STARTUP_COOKIE} -writeinitcomplete ${XAPI_INIT_COMPLETE_COOKIE}
61
0 commit comments