mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
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 @@ (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'...~%")
|
||||
|
|
Loading…
Reference in a new issue