Create /var/run/libvirt
authorGuido Günther <agx@sigxcpu.org>
Tue, 2 Dec 2008 22:26:14 +0000 (23:26 +0100)
committerGuido Guenther <agx@sigxcpu.org>
Sat, 6 Dec 2008 09:25:34 +0000 (10:25 +0100)
fixes /var/run on tmpfs

Closes: #507578

debian/libvirt-bin.init

index fb3b18d..3e418c0 100755 (executable)
@@ -86,6 +86,7 @@ force_stop() {
     return 0
 }
 
+mkdir -p /var/run/libvirt
 case "$1" in
   start)
        if check_start_libvirtd_option; then