# 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/guix-profile/bin/guix-daemon --build-users-group=guixbuild ad>
aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-gc.sh
AgeCommit message (Expand)Author
2020-09-28tests: Simplify shell exit status negation;...Eric Bavier
2019-04-10guix gc: Add '--list-roots'....Ludovic Courtès
2018-03-27guix gc: Add '--derivers'....Ludovic Courtès
2017-12-18guix gc: '--verify=foo' is reported as an error....Ludovic Courtès
2017-11-13tests: 'guix-gc.sh' passes even when 'out' or 'drv' are defined as env vars....Ludovic Courtès