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 2021-07-23gnu: hpcguix-web: Update to 0.1.0....Ludovic Courtès 2021-04-01gnu: services: web: Have fcgiwrap log to a file....Christopher Baines 2021-04-01gnu: services: web: Cleanup whitespace....Christopher Baines 2021-02-15services: Add Agate Gemini service....Alexandru-Sergiu Marton 2021-01-17gnu: php-fpm: Ensure no duplicate group....Julien Lepiller 2020-11-14services: gmnisrv: Export procedures and service type....Alexandru-Sergiu Marton 2020-11-09services: nginx: Re-introduce server-names-hash-bucket-size....Julien Lepiller 2020-10-27services: Add gmnisrv web service....Alexandru-Sergiu Marton 2020-10-27services: hpcguix-web: Set 'XDG_CACHE_HOME' to a writable directory....Ludovic Courtès 2020-10-14services: nginx: Add lua module....Oleg Pykhalov 2020-10-14services: nginx: Fix typo in exported symbol....Lulu 2020-09-10services: php-fpm: Add 'php-ini-file' configuration....Jelle Licht 2020-08-26services: fcgiwrap: Create parent directory for unix socket....Arun Isaac 2020-07-12services: web: Do not export record type descriptors....Ludovic Courtès 2020-07-12services: mumi: Run in a UTF-8 locale....Ludovic Courtès 2020-06-25services: Add missing (ice-9 format) import....Ludovic Courtès 2020-05-13mailmap: Update entries for Nikita....nikita 2020-04-08services/web: Fix ordering of default-nginx-config....Florian Pelz 2020-04-06services/web: Add missing ungexp for mumi shepherd services....Ricardo Wurmus 2020-04-06services/web: Add default values to all mumi-configuration fields....Ricardo Wurmus 2020-04-06gnu: mumi: Update to 0.0.0-12.bb2fe92....Ricardo Wurmus 2020-03-16services/web: Export nginx-configuration-global-directives....Ricardo Wurmus 2020-03-16services: nginx: Fix broken default configuration....Tobias Geerinckx-Rice 2020-03-15services/web: nginx-configuration: Add support for global directives....Ricardo Wurmus 2020-03-15services/web: Remove empty events directive from default-nginx-config....Ricardo Wurmus 2020-03-12services: mumi-service-type: Update to latest version of mumi....Ricardo Wurmus 2020-02-09services: web: Use the Patchwork default-from-email....Christopher Baines