mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
nixos/systemd-stage-1: follow systemd /run propagation (#405687)
This commit is contained in:
commit
2d03d70e9d
3 changed files with 34 additions and 1 deletions
|
@ -642,7 +642,7 @@ in
|
|||
{
|
||||
where = "/sysroot/run";
|
||||
what = "/run";
|
||||
options = "bind";
|
||||
options = "rbind";
|
||||
unitConfig = {
|
||||
# See the comment on the mount unit for /run/etc-metadata
|
||||
DefaultDependencies = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue