From a4e81ff325aa1e0381ec73a57e41a208317b60d6 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 31 Aug 2020 14:54:52 +0200 Subject: guix system: reconfigure: Tell users about 'herd status'. * guix/scripts/system.scm (perform-action): Mention 'herd status' when 'upgrade-shepherd-services' completes. --- guix/scripts/system.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'guix/scripts') diff --git a/guix/scripts/system.scm b/guix/scripts/system.scm index f6d20382b6..7d6fc63a98 100644 --- a/guix/scripts/system.scm +++ b/guix/scripts/system.scm @@ -835,7 +835,9 @@ (define bootcfg (upgrade-shepherd-services local-eval os) (return (format #t (G_ "\ To complete the upgrade, run 'herd restart SERVICE' to stop, -upgrade, and restart each service that was not automatically restarted.\n")))))) +upgrade, and restart each service that was not automatically restarted.\n"))) + (return (format #t (G_ "\ +Run 'herd status' to view the list of services on your system.\n")))))) ((init) (newline) (format #t (G_ "initializing operating system under '~a'...~%") -- cgit v1.2.3