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
left'>Author 2020-11-03system: reconfigure: Use the disk-installer if provided....Mathieu Othacehe 2020-10-05bootloader: Fix u-boot installation....Mathieu Othacehe 2020-05-05build: bootloader: Add install-efi procedure....Mathieu Othacehe 2019-06-17utils: Add 'invoke/quiet'....Ludovic Courtès 2019-03-16booloader: Add 'invoke/quiet'....Ludovic Courtès