diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-01-28 15:44:40 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-02-03 18:50:44 +0000 |
commit | 91324e0a732fe592f2eecd5b541c731bf4f34b74 (patch) | |
tree | 6cedd8ab298869bbadc22e063dde28348c3d1c38 /appliance/init | |
parent | 338ecaac0546fe0308df3ae5d0927a171b15edd7 (diff) | |
download | libguestfs-91324e0a732fe592f2eecd5b541c731bf4f34b74.tar.gz libguestfs-91324e0a732fe592f2eecd5b541c731bf4f34b74.tar.xz libguestfs-91324e0a732fe592f2eecd5b541c731bf4f34b74.zip |
daemon: Remove -f (don't fork) option.
This option was not being used.
Diffstat (limited to 'appliance/init')
-rwxr-xr-x | appliance/init | 2 |
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. |