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
showmsg=1'>Expand)Author 2018-09-02compile-as-derivation: Adjust %load-compiled-path....Ludovic Courtès 2018-06-09pull: Install the new Guix in a profile....Ludovic Courtès 2018-06-09self: Produce a complete package with the 'guix' command....Ludovic Courtès 2018-04-08build: Add 'as-derivation' target....Ludovic Courtès