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
title='2022-12-15 10:13:24 +0000'>2022-12-15services: nix: Fix nix-shepherd-service....Christopher Baines 2022-12-13services: nix: Add more configuration fields....Petr Hodina 2021-11-30services: Accept <inferior-package>s in lieu of <package>s....Tobias Geerinckx-Rice 2021-04-26services: nix: Add /bin/sh to build-sandbox-paths....Oleg Pykhalov 2020-12-06services: nix: Move nix.conf generation to etc-service-type....Zhu Zihao 2020-07-25services: nix: Add extra-options....Oleg Pykhalov 2020-07-25services: nix: Fix typo....Oleg Pykhalov 2020-07-25services: nix: Export nix-configuration....Peng Mei Yu 2020-07-25services: nix: Provide nix commands....Peng Mei Yu via Guix-patches via 2020-07-22services: nix: Fix sandbox....Oleg Pykhalov 2020-06-25services: Add missing (ice-9 format) import....Ludovic Courtès 2019-06-12services: Import (srfi srfi-26) from the build side....Tobias Geerinckx-Rice 2019-06-11services: Add SRFI-26 to Nix activation gexp....Tobias Geerinckx-Rice 2019-06-10services: Add 'nix-service-type'....Oleg Pykhalov