# 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 "Publish the GNU Guix store" start on runlevel [2345] stop on runlevel [016] task exec @localstatedir@/guix/profiles/per-user/root/current-guix/bin/guix publish --user=nobody --port=8181 >
aboutsummaryrefslogtreecommitdiff
path: root/tests/packages.scm
AgeCommit message (Expand)Author
2023-03-13packages: 'package-input-rewriting/spec' ignores hidden packages....Ludovic Courtès
2023-03-13packages: Consider 'patches' by 'package-direct-sources'....Simon Tournier
2022-12-13packages: Add 'package-upstream-name*'....Lars-Dominik Braun
2022-11-11grafts: Run with a UTF-8 locale....Ludovic Courtès
2022-10-22Remove now unnecessary uses of (guix grafts)....Ludovic Courtès
2022-10-10packages: Raise an exception for invalid 'license' values....Ludovic Courtès