mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-06 13:41:31 +00:00
manager: mkdir /run/systemd/system when starting up
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user