mirror of
https://github.com/systemd/systemd.git
synced 2025-01-10 05:18:17 +03:00
manager: mkdir /run/systemd/system when starting up
This commit is contained in:
parent
8f28cbcdfe
commit
3a90ae0482
@ -257,6 +257,7 @@ int mount_setup(void) {
|
|||||||
|
|
||||||
/* Create a few directories we always want around */
|
/* Create a few directories we always want around */
|
||||||
mkdir("/run/systemd", 0755);
|
mkdir("/run/systemd", 0755);
|
||||||
|
mkdir("/run/systemd/system", 0755);
|
||||||
|
|
||||||
return mount_cgroup_controllers();
|
return mount_cgroup_controllers();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user