chiark / gitweb /
manager: mkdir /run/systemd/system when starting up
[elogind.git] / src / mount-setup.c
index db5c253708f18d550d33c8587584d4ed8b319700..77be8fead846e1eba98c63d3f7c8fe28313c2c0a 100644 (file)
@@ -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();
 }