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
a href='/guix/commit/etc/guix-daemon.cil.in?id=d677f3d6231d352fdb65b70f67d85fb5744e912c'>etc: Add more SELinux permissions for the daemon....Marius Bakke 2020-11-27etc: Add more SELinux permissions for the daemon....Marius Bakke 2020-11-26etc: Add more SELinux permissions for the daemon....Marius Bakke 2020-11-25etc: Add more SELinux permissions for the daemon....Marius Bakke 2020-11-15etc: Updates for the guix-daemon SELinux policy....Daniel Brooks 2019-09-08etc: Remove references to libexec/guix* from SELinux policy....Ludovic Courtès 2018-02-07etc: Add SELinux policy for the daemon....Ricardo Wurmus