diff options
author | Christopher Baines <mail@cbaines.net> | 2017-07-15 15:36:56 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2017-07-15 21:59:21 +0100 |
commit | 08f47d7e3e4ce2e31d8964eb42f16030859a006c (patch) | |
tree | 6339e97e57422754b058aa93a2e439b48b295119 /etc | |
parent | e39aae4fa9219f81a4262a165bc412c2ca5277de (diff) | |
download | patches-08f47d7e3e4ce2e31d8964eb42f16030859a006c.tar patches-08f47d7e3e4ce2e31d8964eb42f16030859a006c.tar.gz |
Remove task from 'guix-daemon.conf'.
The 'task' means that events that led to this job starting will be blocked
until it has stopped. Tasks are short lived jobs, whereas the guix-daemon is a
long lived service. Including 'task' means that attempts to start the
guix-daemon appear to hang, as upstart waits for it to exit.
* etc/guix-daemon.conf.in: Remove 'task'.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/guix-daemon.conf.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/guix-daemon.conf.in b/etc/guix-daemon.conf.in index 09c70cde38..74706055f8 100644 --- a/etc/guix-daemon.conf.in +++ b/etc/guix-daemon.conf.in @@ -7,6 +7,4 @@ start on runlevel [2345] stop on runlevel [016] -task - exec @localstatedir@/guix/profiles/per-user/root/guix-profile/bin/guix-daemon --build-users-group=guixbuild |