aboutsummaryrefslogtreecommitdiff
path: root/etc/guix-daemon.conf.in
blob: fb681d1f8023cc54c03b39c78a14f362794da544 (about) (plain)
1
2
3
4
5
6
7
8
9
10
# 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
o-suspend? field to <gdm-configuration>....Maxim Cournoyer 2022-10-07services: Add dconf-service-type....Maxim Cournoyer 2022-10-07services: gdm: Add a configuration field to enable XDMCP....Maxim Cournoyer 2022-09-16services: desktop: Mount /var/lib/gdm on a tmpfs file system....Maxim Cournoyer 2022-03-25services: xorg: Remove xf86-input-synaptics from %default-xorg-modules....SeerLite 2022-02-10services: gdm-service-type: Require elogind....Josselin Poiret 2022-01-08services: set-xorg-configuration: Use target-x86-64?....Chris Marusich 2022-01-06services: Consistently use SDDM rather than GDM on non-x86_64....Chris Marusich 2021-12-05Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus 2021-11-30services: Accept <inferior-package>s in lieu of <package>s....Tobias Geerinckx-Rice 2021-11-24gnu: gdm: Pass GDK_PIXBUF_MODULE_FILE to sessions....Josselin Poiret 2021-10-18Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe 2021-10-15gnu: font-abattis-cantarell: Update variable name....Tobias Geerinckx-Rice 2021-10-02services: gdm: Add Wayland support....Josselin Poiret 2021-10-02gnu: Add Wayland support for GDM....Josselin Poiret 2021-08-30services: xorg: Delay the xorg-configuration-modules field evaluation....Mathieu Othacehe 2021-08-17services: slim: Add pam-gnupg support....Oleg Pykhalov 2021-07-29services: Migrate to <setuid-program>....Brice Waegeneire 2021-06-14services: Remove deprecated service procedures....Ludovic Courtès