summaryrefslogtreecommitdiffstats
path: root/appliance/init
diff options
context:
space:
mode:
Diffstat (limited to 'appliance/init')
-rwxr-xr-xappliance/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/appliance/init b/appliance/init
index 4a9476d5..1d31cd83 100755
--- a/appliance/init
+++ b/appliance/init
@@ -97,7 +97,7 @@ fi
if ! grep -sq guestfs_rescue=1 /proc/cmdline; then
# The host will kill qemu abruptly if guestfsd shuts down normally
- guestfsd -f
+ guestfsd
# Otherwise we try to clean up gracefully. For example, this ensures that a
# core dump generated by the guest daemon will be written to disk.