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@'
/td>services: SDDM: Wait for elogind before starting....Marius Bakke 2020-04-19services: sddm: Have sddm provision xorg-server....Efraim Flashner 2020-03-01services: set-xorg-configuration: handle slim and sddm...Jakub Kądziołka 2020-02-16doc: Fix typo....Efraim Flashner 2019-10-21services: sddm: Add description....Ludovic Courtès 2019-10-21services: sddm: Deprecate 'sddm-service' procedure....Ludovic Courtès 2019-10-21services: sddm: Add default configuration....Brendan Tildesley 2019-05-26services: sddm: Fix root login failure issue....Reza Alizadeh Majd 2019-04-11services: sddm: Switch back to using ‘startx’....frozenpigs 2019-03-25services: SDDM: Specify absolute path to the X server....Marius Bakke 2019-03-24services: sddm, slim, gdm: Take an <xorg-configuration> record....Ludovic Courtès