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 "Build daemon for GNU Guix"

start on runlevel [2345]

stop on runlevel [016]

exec @localstatedir@/guix/profiles/per-user/root/current-guix/bin/guix-daemon --build-users-group=guixbuild --discover=no --substitute-urls='@GUIX_SUBSTITUTE_URLS@'
href='/guix/commit/gnu/services/web.scm?id=337e681b7a312b6910725ba553918a6a2e442f89'>services: nginx: Add reopen action....Bruno Victal 2023-04-11services: nginx: Make logging level configurable....Bruno Victal 2023-01-22services: hpcguix-web: Provide default values....Ludovic Courtès 2022-11-18services: Add Shepherd 'configuration' action to various services....Ludovic Courtès 2022-11-17services: Streamline or eliminate some match-lambda patterns....Maxim Cournoyer 2022-10-18services: nginx: Improve reload action documentation....EuAndreh via Guix-patches via 2022-10-18services: nginx: Use nginx-action over inline gexp....EuAndreh via Guix-patches via 2022-10-13services: nginx: Add reload action....EuAndreh 2022-10-04services: anonip: Bail out when the input is not a FIFO....Ludovic Courtès 2022-09-26services: nginx: Don't emit empty fields...Simen Endsjø 2022-09-11services: web: Fix long lines....Mathieu Othacehe 2022-09-06services: nginx: Add 'shepherd-requirement' configuration field....Ludovic Courtès 2022-07-03services: Add anonip-service-type....Ricardo Wurmus 2022-07-01services: nginx: Add support for extra content in upstream blocks....Christopher Baines 2022-04-29services: Add missing 'description' fields....Ludovic Courtès 2022-02-17services: web: Rotate mumi logs....Maxim Cournoyer 2022-02-02services: patchwork: Set DEFAULT_AUTO_FIELD in settings....Christopher Baines 2021-11-30services: Accept <inferior-package>s in lieu of <package>s....Tobias Geerinckx-Rice 2021-11-15gnu: hpcguix-web: Update to 0.2.0....Ludovic Courtès 2021-09-25gnu: Consolidate duplicate copyright names....Greg Hogan