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@'
=5e68f7a7b338951dcc227799a51c59d9ac77c696'>tests: Add guix-home.sh....Oleg Pykhalov 2021-10-02import/minetest: Define an updater for mods on ContentDB....Maxime Devos 2021-10-02import: stackage: Use 'define-json-mapping'....Ludovic Courtès 2021-09-30import: pypi: Honor the 'upstream-name' package property....Xinglu Chen 2021-09-28test: lint: Fix ‘haskell-stackage’ test....Xinglu Chen 2021-09-28import: minetest: Fix typos....Tobias Geerinckx-Rice 2021-09-28tests: go: Fix typo....Tobias Geerinckx-Rice 2021-09-21graph: Add '--max-depth'....Ludovic Courtès 2021-09-18import: minetest: Strip "v" prefixes from the version number....Maxime Devos 2021-09-18import: minetest: Delete duplicate dependencies....Maxime Devos 2021-09-18tests/minetest: Fix 'test-package*' indenting....Maxime Devos 2021-09-18channels: 'channel-news-entry-commit' correctly resolves annotated tags....Ludovic Courtès 2021-09-18import: Add 'generic-git' updater....Xinglu Chen 2021-09-18tests: Allow opam test to run without networking....Ludovic Courtès 2021-09-15store: 'map/accumulate-builds' processes the whole list in case of cutoff....Ludovic Courtès 2021-09-15import: cabal: Treat identifier names correctly....Xinglu Chen 2021-09-13packages: Add 'package-definition-location'....Ludovic Courtès 2021-09-08transformations: Git tags and 'git describe' style IDs are used as version....Marius Bakke 2021-09-01import: go: Improve error handling....zimoun 2021-09-01import: utils: Skip not found packages....Sarah Morgensen 2021-08-29Migrate to the new 'targets' field of bootloader-configuration....Maxim Cournoyer 2021-08-29gnu: bootloader: Support multiple targets....Maxim Cournoyer 2021-08-21guix: opam: More flexibility in the importer....Alice BRENON 2021-08-20guix: Add ContentDB importer....Maxime Devos 2021-08-12records: Support field sanitizers....Ludovic Courtès 2021-08-11transformations: 'with-patch' works on non-origin sources....Ludovic Courtès 2021-08-02Reinstate "services: Add a service for Jami."...Maxim Cournoyer 2021-08-02Revert "services: Add a service for Jami."...Maxim Cournoyer 2021-08-02services: Add a service for Jami....Maxim Cournoyer 2021-07-18pack: Streamline how files are included in tarballs....Maxim Cournoyer 2021-07-18pack: Allow embedding custom control files in deb packs....Maxim Cournoyer 2021-07-18import: go: Upgrade go.mod parser....Sarah Morgensen 2021-07-17tests/go: Remove unused variable....Maxim Cournoyer 2021-07-13lint: Check for leading whitespace in description....Brice Waegeneire 2021-07-07lint: Lint usages of 'wrap-program' without a "bash" input....Maxime Devos 2021-06-30lint: Verify if #:tests? is respected in the 'check' phase....Maxime Devos 2021-06-30guix: gexp: Define gexp->approximate-sexp....Maxime Devos 2021-06-29pack: Add support for the deb format....Maxim Cournoyer 2021-06-29tests: pack: Fix compressor extension....Maxim Cournoyer 2021-06-29pack: Prevent duplicate files in tar archives....Maxim Cournoyer 2021-06-29services: configuration: Allow specifying prefix for serializer names....Xinglu Chen 2021-06-25import: hackage: Support "common" field and imports...Philip Munksgaard 2021-06-22profiles: Build union of inputs in the right order....Ludovic Courtès 2021-06-18profiles: Add 'load-profile'....Ludovic Courtès 2021-06-08lint: Check for trailing whitespace in description....Xinglu Chen 2021-06-08lint: Check for trailing whitespace in synopsis....Xinglu Chen 2021-06-08store: Remove 'references/substitutes'....Ludovic Courtès 2021-06-06lint: tests-true: Check if tests are enabled when cross-compiling....Maxime Devos 2021-06-03import: Add CHICKEN egg importer....Xinglu Chen