]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Fixed messagesbus after cleanfs
authorChristian Schmidt <maniacikarus@ipfire.org>
Tue, 1 Sep 2009 20:51:20 +0000 (22:51 +0200)
committerChristian Schmidt <maniacikarus@ipfire.org>
Tue, 1 Sep 2009 20:51:20 +0000 (22:51 +0200)
src/initscripts/extras/messagebus.conf

index d23f5a484d7a42a66eeea499c2f763a3ca70b13b..b8717c068460e5ded74d3722f41f389b3a3358f3 100644 (file)
@@ -9,4 +9,7 @@ respawn
 
 pre-start script
        dbus-uuidgen --ensure >/dev/null
+       if [ ! -d /var/run/dbus ]; then
+               mkdir /var/run/dbus
+       fi
 end script