mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-26 21:55:44 +07: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 */
|
||||
mkdir("/run/systemd", 0755);
|
||||
mkdir("/run/systemd/system", 0755);
|
||||
|
||||
return mount_cgroup_controllers();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user