# 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 v id='cgit'>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services.scm
AgeCommit message (Expand)Author
2023-12-02gnu: Use ‘libc-utf8-locales-for-target’....Janneke Nieuwenhuizen
2023-08-31gnu: services: Revert to deleting and updating all matching services...Brian Cully
2023-08-20services: Define 'for-home'....Ludovic Courtès
2023-06-06services: Check if service is #f before applying clause....Josselin Poiret
2023-06-06services: 'modify-services' preserves service ordering....Ludovic Courtès
2023-06-02services: Error in MODIFY-SERVICES when services don't exist...Brian Cully
2023-05-16services: Add default values....Andrew Tropin
2023-03-16services: etc-service: Deprecate etc-service procedure....Bruno Victal
2022-08-30services: provenance: Use 'current-channels' to obtain provenance data....Ludovic Courtès