]> git.ipfire.org Git - thirdparty/libvirt.git/commit
libvirtd: Move pid_file_fd setup to before run_dir
authorJohn Ferlan <jferlan@redhat.com>
Mon, 6 Nov 2017 21:51:02 +0000 (16:51 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Sat, 18 Nov 2017 12:51:43 +0000 (07:51 -0500)
commitb5726b7ee9fa8fa75eb823d8c5c23906d5af69a0
tree01a5af1efb40497a9a5e1a0c40c10907202af0e9
parent13f5903919405ec8ed9497391c4caa41b1cc598a
libvirtd: Move pid_file_fd setup to before run_dir

Once we have forked the daemon successfully, let's claim the pidfile
immediately rather than waiting for setup of run_dir.
daemon/libvirtd.c