# 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
2019-07-26guix system: Add 'reconfigure' module....Jakob L. Kreuze
2019-01-24tests: Remove duplicate field initializers....Ludovic Courtès
2018-09-27tests: Adjust services tests to new 'shepherd-service-upgrade'....Ludovic Courtès
2018-09-07services: 'instantiate-missing-services' reaches fixed point....Ludovic Courtès
2018-01-21services: Missing services are automatically instantiated....Ludovic Courtès
2017-11-08services: Add 'lookup-service-types'....Ludovic Courtès