mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Don't restart systemd-remount-fs
It's only needed during early boot (in fact, it's probably not needed at all on NixOS). Restarting it is expensive because it does a sync() of the root file system.
This commit is contained in:
parent
e8ef98cea2
commit
3b2609deec
1 changed files with 2 additions and 0 deletions
|
@ -824,5 +824,7 @@ in
|
|||
|
||||
systemd.services."user@".restartIfChanged = false;
|
||||
|
||||
systemd.services.systemd-remount-fs.restartIfChanged = false;
|
||||
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue