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:
Ludovic Courtès 2020-08-31 14:54:52 +02:00
parent 7eeb78157d
commit a4e81ff325
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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'...~%")