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
c'>pack: Allow embedding custom control files in deb packs....Maxim Cournoyer 2021-06-29pack: Add support for the deb format....Maxim Cournoyer 2021-06-29tests: pack: Fix compressor extension....Maxim Cournoyer 2020-07-20pack: Build the store database under a UTF-8 locale....Ludovic Courtès 2020-07-20pack: 'self-contained-tarball' runs derivation in a UTF-8local....Ludovic Courtès 2019-12-26gnu: Remove squashfs-tools-next....Ricardo Wurmus 2019-08-27pack: Create /tmp in Docker images....Ludovic Courtès