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
-02-09 23:38:33 +0100'>2021-02-09etc: 'guix-publish.service' depends on 'guix-daemon.service'....Ludovic Courtès 2019-06-05etc: Fix GUIX_LOCPATH quoting in 'guix-publish.service' file....Jack Hill 2019-05-13Set 'LC_ALL=en_US.utf8' in systemd '.service' files....Ludovic Courtès 2018-11-23build: Binary tarball now populates the "current-guix" profile....Ludovic Courtès 2017-03-06build: Don't embed absolute paths in .service and .conf service files....Leo Famulari 2016-11-24Add system start-up files for "guix publish"....Hartmut Goebel