blob 2437a08f677e0db4b9f9a45809ff1052b2733c43 648 bytes (raw)
name: etc/guix-daemon.service.in # note: path name is non-authoritative(*)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
| | # This is a "service unit file" for the systemd init system to launch
# 'guix-daemon'. Drop it in /etc/systemd/system or similar to have
# 'guix-daemon' automatically started.
[Unit]
Description=Build daemon for GNU Guix
[Service]
ExecStart=@localstatedir@/guix/profiles/per-user/root/guix-profile/bin/guix-daemon --build-users-group=guixbuild
Environment=GUIX_LOCPATH=/root/.guix-profile/lib/locale
RemainAfterExit=yes
StandardOutput=syslog
StandardError=syslog
# See <https://lists.gnu.org/archive/html/guix-devel/2016-04/msg00608.html>.
# go-1.8.1 testsuire requires more than 1024 tasks.
TasksMax=8192
[Install]
WantedBy=multi-user.target
|
debug log:
solving 2437a08f6 ...
found 2437a08f6 in https://yhetil.org/guix/20170422173303.27222-1-slyfox@inbox.ru/
found ffe4cf9bd in https://git.savannah.gnu.org/cgit/guix.git
preparing index
index prepared:
100644 ffe4cf9bd5c7ad724afe0d0be9adb17f32f4aee9 etc/guix-daemon.service.in
applying [1/1] https://yhetil.org/guix/20170422173303.27222-1-slyfox@inbox.ru/
diff --git a/etc/guix-daemon.service.in b/etc/guix-daemon.service.in
index ffe4cf9bd..2437a08f6 100644
Checking patch etc/guix-daemon.service.in...
Applied patch etc/guix-daemon.service.in cleanly.
index at:
100644 2437a08f677e0db4b9f9a45809ff1052b2733c43 etc/guix-daemon.service.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 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.