daemon: Remove -f (don't fork) option.
[libguestfs.git] / appliance / init
index 4a9476d..1d31cd8 100755 (executable)
@@ -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.