# 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/system.scm
AgeCommit message (Expand)Author
2018-06-21system: Mapped devices needed for boot do not yield Shepherd services....Ludovic Courtès
2018-05-28system: Remove uses of the 'title' field of <file-system>....Ludovic Courtès
2017-12-06gnu, doc, tests: Use ‘bootloader-configuration’ everywhere....Tobias Geerinckx-Rice
2017-08-23gnu: bootloader: Deprecate "device" field in favor of "target"....Andy Wingo
2016-08-31services: shepherd: Add 'shepherd-service-upgrade', from 'guix system'....Ludovic Courtès
2016-08-31guix system: Do not unload services depended on....Ludovic Courtès
2016-08-31guix system: Use 'shepherd-service-lookup-procedure' in 'service-upgrade'....Ludovic Courtès
2016-08-31guix system: Extract and test the service upgrade procedure....Ludovic Courtès
2016-07-18system: Honor the 'dependencies' field of file systems....Ludovic Courtès
2016-04-03build: Add a Guile custom test driver using SRFI-64....Mathieu Lirzin
2016-01-22system: grub: Search root device by label or UUID if possible....Ludovic Courtès