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

This commit is contained in:
Tollef Fog Heen 2011-04-23 22:06:18 +02:00
parent 8f28cbcdfe
commit 3a90ae0482

View 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();
}