diff --git a/modules/system/boot/stage-2.nix b/modules/system/boot/stage-2.nix index c8ea322eb17..e357cab5898 100644 --- a/modules/system/boot/stage-2.nix +++ b/modules/system/boot/stage-2.nix @@ -13,7 +13,7 @@ let example = "rm -f /var/log/messages"; type = types.string; description = '' - Shell commands to be executed just before Upstart is started. + Shell commands to be executed just before systemd is started. ''; };