From 82fb34f4091192b2f1119a9ff79380b8abf8f095 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Mon, 21 Jan 2013 18:14:09 -0500 Subject: [PATCH] Upstart -> systemd --- modules/system/boot/stage-2.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/boot/stage-2.nix b/modules/system/boot/stage-2.nix index c8ea322eb17a..e357cab5898c 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. ''; };