aboutsummaryrefslogtreecommitdiff
# This is a "job" for the Upstart init system to launch 'guix-daemon'.
# Drop it in /etc/init to have 'guix-daemon' automatically started.

description "Build daemon for GNU Guix"

start on runlevel [2345]

stop on runlevel [016]

exec @localstatedir@/guix/profiles/per-user/root/current-guix/bin/guix-daemon --build-users-group=guixbuild --discover=no --substitute-urls='@GUIX_SUBSTITUTE_URLS@'
href='/guix/commit/gnu/packages/acl.scm?id=150062f19060687dbf8e2cbe6a22c2f8600e7c4e'>Merge branch 'master' into core-updatesMark H Weaver 2018-02-16gnu: Use HTTPS for supported nongnu.org home pages....Tobias Geerinckx-Rice 2017-11-09gnu: acl: Fix test regression with perl-5.26....Efraim Flashner 2017-11-04gnu: acl: Fix typo....Leo Famulari 2017-11-04gnu: acl: Enable tests....Kei Kebreau 2017-10-19gnu: acl: Use 'modify-phases' syntax....Efraim Flashner 2016-09-28gnu: Add and use gettext-minimal....Alex Kost 2016-04-14gnu: packages: Use 'search-patches' everywhere....Alex Kost 2015-09-04gnu: acl: Fix i686-gnu build....Manolis Ragkousis 2015-09-04gnu: acl: Remove explicit 'sed' dependency....Ludovic Courtès 2014-11-18gnu: acl: Towards tests; enable infrastructure, but keep tests disabled...Andreas Enge 2014-11-18gnu: acl: Also install header files....Andreas Enge 2014-10-26gnu: acl: Install library and disable failing test suite....Mark H Weaver 2014-07-20gnu: acl: Update to 2.2.52....Jason Self