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@'
09 23:04:14 +0100'>2019-11-09tests: Update references to the now-deprecated 'guile-json' variable....Ludovic Courtès 2019-07-04pack: 'squashfs' backend records the profile's search paths....Ludovic Courtès 2019-06-07pack: Add '--entry-point'....Ludovic Courtès 2019-06-07services: Add Singularity....Ludovic Courtès