guix system: reconfigure: Tell users about 'herd status'.
* guix/scripts/system.scm (perform-action): Mention 'herd status' when 'upgrade-shepherd-services' completes.
This commit is contained in:
parent
7eeb78157d
commit
a4e81ff325
1 changed files with 3 additions and 1 deletions
|
@ -835,7 +835,9 @@ static checks."
|
||||||
(upgrade-shepherd-services local-eval os)
|
(upgrade-shepherd-services local-eval os)
|
||||||
(return (format #t (G_ "\
|
(return (format #t (G_ "\
|
||||||
To complete the upgrade, run 'herd restart SERVICE' to stop,
|
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)
|
((init)
|
||||||
(newline)
|
(newline)
|
||||||
(format #t (G_ "initializing operating system under '~a'...~%")
|
(format #t (G_ "initializing operating system under '~a'...~%")
|
||||||
|
|
Reference in a new issue