unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob e57ef597bc718807968f033856e32e9aeb84d8ff 510 bytes (raw)
name: etc/runit/run.in 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
 
#!/bin/sh

# This is a "run script" for the runit init system to launch
# 'guix-daemon'.  Drop it in /etc/sv/guix-daemon and add a symlink to
# it like the following to have 'guix-daemon' automatically started.
# ln -s /etc/sv/guix-daemon /etc/runit/runsvdir/default/

GUIX_LOCPATH=@localstatedir@/guix/profiles/per-user/root/guix-profile/lib/locale
LC_ALL=en_US.utf8

export GUIX_LOCPATH LC_ALL

exec @localstatedir@/guix/profiles/per-user/root/current-guix/bin/guix-daemon \
  --build-users-group=guixbuild


debug log:

solving e57ef597bc ...
found e57ef597bc in https://yhetil.org/guix-patches/20200413160740.19584-5-vincent.legoll@gmail.com/ ||
	https://yhetil.org/guix-patches/20200517171725.732-5-vincent.legoll@gmail.com/

applying [1/1] https://yhetil.org/guix-patches/20200413160740.19584-5-vincent.legoll@gmail.com/
diff --git a/etc/runit/run.in b/etc/runit/run.in
new file mode 100644
index 0000000000..e57ef597bc

Checking patch etc/runit/run.in...
1:21: new blank line at EOF.
+
Applied patch etc/runit/run.in cleanly.
warning: 1 line adds whitespace errors.

skipping https://yhetil.org/guix-patches/20200517171725.732-5-vincent.legoll@gmail.com/ for e57ef597bc
index at:
100644 e57ef597bc718807968f033856e32e9aeb84d8ff	etc/runit/run.in

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).