summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2020-12-01 10:10:17 +0100
committerLudovic Courtès <ludo@gnu.org>2020-12-03 23:18:30 +0100
commit1d4a2668e3a6b0db1137b213558642502c28d69e (patch)
treed7a99ba412d72607654357d3a5049a6d97e2ae9e /doc
parentd18a4375f30afa06c5b08a7e0f7d972a7e8296ee (diff)
doc: Give references and examples for services-to-restart.
* doc/guix.texi (Unattended Upgrades): Give references and examples for services-to-restart. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 1493c68e27..f4ed4ad3ed 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -17198,6 +17198,10 @@ only restarts services that are not currently running, which is
conservative: it minimizes disruption but leaves outdated services
running.
+Use @command{herd status} to find out candidates for restarting.
+@xref{Services}, for general information about services. Common
+services to restart would include @code{ntpd} and @code{ssh-daemon}.
+
By default, the @code{mcron} service is restarted. This ensures that
the latest version of the unattended upgrade job will be used next time.