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.

(cherry picked from commit 3b2609deec)
This commit is contained in:
Eelco Dolstra
2014-07-11 23:33:40 +02:00
parent 87d2fbb50a
commit e5fe68dd34

View File

@@ -814,5 +814,7 @@ in
systemd.services."user@".restartIfChanged = false;
systemd.services.systemd-remount-fs.restartIfChanged = false;
};
}