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
21e4e8ad39'>maint: Remove traces of "berlin.guixsd.org"....Ludovic Courtès 2019-06-29etc: Remove hydra.gnu.org.pub key....Tobias Geerinckx-Rice 2019-05-01build: Change default substitute server to "ci.guix.gnu.org"....Ludovic Courtès 2018-12-04etc: Add "ci.guix.info.pub" public key file....Ludovic Courtès 2018-11-06maint: Move substitute public keys to etc/substitutes....Ludovic Courtès