[systemd-commits] src/mount-setup.c

Tollef Fog ☃ Heen tfheen at kemper.freedesktop.org
Sat Apr 23 13:07:30 PDT 2011


 src/mount-setup.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 3a90ae048233021833ae828c1fc6bf0eeab46197
Author: Tollef Fog Heen <tfheen at err.no>
Date:   Sat Apr 23 22:06:18 2011 +0200

    manager: mkdir /run/systemd/system when starting up

diff --git a/src/mount-setup.c b/src/mount-setup.c
index db5c253..77be8fe 100644
--- a/src/mount-setup.c
+++ b/src/mount-setup.c
@@ -257,6 +257,7 @@ int mount_setup(void) {
 
         /* Create a few directories we always want around */
         mkdir("/run/systemd", 0755);
+        mkdir("/run/systemd/system", 0755);
 
         return mount_cgroup_controllers();
 }



More information about the systemd-commits mailing list