create /etc/tmpfiles.d on ostree (#686)
This commit is contained in:
parent
2dd40810fb
commit
93cdd9bcb0
|
@ -199,6 +199,13 @@ impl Planner for Ostree {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
plan.push(
|
||||||
|
CreateDirectory::plan("/etc/tmpfiles.d", None, None, 0o0755, false)
|
||||||
|
.await
|
||||||
|
.map_err(PlannerError::Action)?
|
||||||
|
.boxed(),
|
||||||
|
);
|
||||||
|
|
||||||
plan.push(
|
plan.push(
|
||||||
ConfigureInitService::plan(InitSystem::Systemd, true)
|
ConfigureInitService::plan(InitSystem::Systemd, true)
|
||||||
.await
|
.await
|
||||||
|
|
Loading…
Reference in a new issue