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@'
8c45d3913dbf98bb8e50f21f7bfb25b40ea'>maint: Adjust comment in 'pre-push' hook....Ludovic Courtès 2020-05-29maint: Git pre-push hook runs "make authenticate check-channel-news"....Ludovic Courtès 2017-02-08etc: The pre-push hook says which commits failed the signature check....Leo Famulari 2017-01-04doc: Add a Git hook that verifies signatures before pushing....Leo Famulari