From 74f3f0febc4390141457e9949536325431c7d260 Mon Sep 17 00:00:00 2001 From: Pathompong Kwangtong Date: Sun, 13 Oct 2019 01:24:48 +0700 Subject: doc: Add Runit init system in guix installation. * doc/guix.texi (Binary Installation): Add runit section. * .mailmap: Add author email adress. Co-authored-by: Vincent Legoll --- .mailmap | 1 + doc/guix.texi | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/.mailmap b/.mailmap index 97018775f6..aa5227b91d 100644 --- a/.mailmap +++ b/.mailmap @@ -62,6 +62,7 @@ ng0 ng0 ng0 ng0 +Pathompong Kwangtong Pierre Neidhardt Pierre-Antoine Rouby Pjotr Prins diff --git a/doc/guix.texi b/doc/guix.texi index 891e2693f6..7a13ed4439 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -71,6 +71,7 @@ Copyright @copyright{} 2019 Alex Griffin@* Copyright @copyright{} 2019 Guillaume Le Vaillant@* Copyright @copyright{} 2020 Leo Prikler@* Copyright @copyright{} 2019, 2020 Simon Tournier@* +Copyright @copyright{} 2019 Pathompong Kwangtong@* Copyright @copyright{} 2020 Wiktor Żelazny@* Copyright @copyright{} 2020 Damien Cassou@* Copyright @copyright{} 2020 Jakub Kądziołka@* @@ -663,6 +664,35 @@ If your host distro uses the Upstart init system: # start guix-daemon @end example +If your host distro use the Runit init system: + +@example +# mkdir /etc/sv/guix-daemon +@end example + +Then create the guix-daemon runit launch script: + +@example +# cat > /etc/sv/guix-daemon/run <