guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: guix system: reconfigure: Tell users about 'herd status'.


From: guix-commits
Subject: 04/05: guix system: reconfigure: Tell users about 'herd status'.
Date: Mon, 31 Aug 2020 09:51:18 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit a4e81ff325aa1e0381ec73a57e41a208317b60d6
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Aug 31 14:54:52 2020 +0200

    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(-)

diff --git a/guix/scripts/system.scm b/guix/scripts/system.scm
index f6d2038..7d6fc63 100644
--- a/guix/scripts/system.scm
+++ b/guix/scripts/system.scm
@@ -835,7 +835,9 @@ static checks."
                  (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'...~%")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]