all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#52897] [PATCH] doc: Add instructions on upgrading the build daemon with doas.
@ 2021-12-30 11:11 jgart via Guix-patches via
  2021-12-30 14:55 ` zimoun
  0 siblings, 1 reply; 8+ messages in thread
From: jgart via Guix-patches via @ 2021-12-30 11:11 UTC (permalink / raw)
  To: 52897; +Cc: jgart

* doc/guix.texi (Upgrading Guix): Give instructions on upgrading the
build daemon with doas.
---
 doc/guix.texi | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index ebfcfee7f7..a5ae7dcbe7 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -2025,15 +2025,23 @@ guix pull
 @cindex upgrading the Guix daemon, on a foreign distro
 @cindex @command{guix pull} for the root user, on a foreign distro
 
-On a foreign distro, you can upgrade the build daemon by running:
+On a foreign distro, you can upgrade the build daemon by running the
+following command if using @command{sudo}:
 
 @example
 sudo -i guix pull
 @end example
 
 @noindent
-followed by (assuming your distro uses the systemd service management
-tool):
+Or, the following if using @command{doas}:
+
+@example
+doas -u root guix pull
+@end example
+
+@noindent
+After upgrading the build daemon, (assuming your distro uses the systemd
+service management tool):
 
 @example
 systemctl restart guix-daemon.service
-- 
2.34.1





^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-07-09  4:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-30 11:11 [bug#52897] [PATCH] doc: Add instructions on upgrading the build daemon with doas jgart via Guix-patches via
2021-12-30 14:55 ` zimoun
2022-01-01  4:49   ` Morgan Smith
2022-01-03 17:01     ` zimoun
2022-07-07 18:27       ` bug#52897: " Maxim Cournoyer
2022-07-08  0:15         ` [bug#52897] " jgart via Guix-patches via
2022-07-09  1:36           ` Maxim Cournoyer
2022-07-09  4:53             ` jgart via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.