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
m?id=f87371bf3e952a211782311dad2971c8820a5150'>syscalls: Add 'openpty' and 'login-tty'....Ludovic Courtès 2021-02-25syscalls: Add 'mounts' and the <mount> record type....Ludovic Courtès