# 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
aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-lint.sh
AgeCommit message (Expand)Author
2021-02-22packages: 'package-field-location' handles 'search-path' returning #f....Ludovic Courtès
2020-09-28tests: Simplify shell exit status negation;...Eric Bavier
2020-08-23lint: formatting: Gracefully handle relative file names....Ludovic Courtès