# 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/services.scm
AgeCommit message (Expand)Author
2023-06-06services: 'modify-services' preserves service ordering....Ludovic Courtès
2023-06-02tests: Check for service existence in MODIFY-SERVICES...Brian Cully
2023-06-02tests: Add tests for MODIFY-SERVICES procedure...Brian Cully
2022-05-18services: Make <service-type> 'description' field mandatory....Ludovic Courtès
2022-04-10services: Test 'shepherd-service-upgrade' with transient services....Ludovic Courtès
2022-04-10services: herd: Adjust to <live-service> changes....Ludovic Courtès