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 "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
9b5c1dbbb0db'>graph: Adjust test for recent OCaml changes....Ludovic Courtès 2020-05-22packages: Introduce <content-hash> and use it in <origin>....Ludovic Courtès 2020-05-11graph: Add 'shortest-path'....Ludovic Courtès 2020-05-11graph: reference/referrer node types work with graph traversal....Ludovic Courtès 2020-02-05tests: Adjust reverse-bag graph test to recent OCaml changes....Ludovic Courtès 2019-03-23Merge branch 'staging' into core-updatesMarius Bakke 2019-03-23graph: Add the 'reverse-bag' graph....Ludovic Courtès