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
/guix/commit/tests/guix-refresh.sh?id=57ceb64e3464c347f42bd883e394163904f928ec'>upstream: Honor package properties for ignored and extra inputs....Ludovic Courtès 2023-05-31upstream: 'update-package-source' edits input fields....Ludovic Courtès 2023-04-21tests: Relax two tests that expected a non-zero error code....Ludovic Courtès 2023-04-21tests: Fix checks for expected failures....Eric Bavier 2023-01-25tests: Do not try to create "$HOME/.config"....Ludovic Courtès 2023-01-08refresh: Add CLI tests....Ludovic Courtès