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@'
e='2023-05-01 12:39:11 -0400'>2023-05-01Makefile.am: Auto-configure Git on 'make'....Maxim Cournoyer 2021-10-14Add git configuration templates to improve diff hunk header detection....Sarah Morgensen 2020-12-14maint: Only run `make authenticate` when pushing commits....Leo Famulari 2020-06-01maint: 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