I would like to add a patch in https://guix.gnu.org/manual/en/html_node/Binary-Installation.html#Binary-Installation
-> step 5 Run the daemon, and set it to automatically start on boot.
If your host distro uses the Runit system:
# mkdir /etc/sv/guix-daemon
Then create file /etc/sv/guix-daemon/run with your favorite text editor e.g. emacs.
# emacs /etc/sv/guix-daemon/run
And add this two line of code in the file.
#!/bin/sh
exec /var/guix/profiles/per-user/root/current-guix/bin/guix-daemon --build-users-group=guixbuild
Now, you can enable and start guix-daemon service with:
# ln -s /etc/sv/guix-daemon /var/service/ && sv up guix-daemon
I would like to add it in etc and the manual at doc/guix.texi updated.
How can I contribute?
Sent with [ProtonMail](https://protonmail.com) Secure Email.