#!/sbin/openrc-run # GNU Guix --- Functional package management for GNU # Copyright © 2020 Morgan Smith # # This file is part of GNU Guix. # # GNU Guix is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or (at # your option) any later version. # # GNU Guix is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with GNU Guix. If not, see . export GUIX_LOCPATH=@localstatedir@/guix/profiles/per-user/root/guix-profile/lib/locale export LC_ALL=en_US.utf8 command="@localstatedir@/guix/profiles/per-user/root/current-guix/bin/guix-daemon" command_args="--build-users-group=guixbuild --discover=no" command_background="yes" pidfile="/var/run/guix-daemon.pid" output_log="/var/log/guix-daemon-stdout.log" error_log="/var/log/guix-daemon-stderr.log" g/ROADMAP'>logtreecommitdiff
h>
AgeCommit message (Expand)Author
2021-05-20The #guix channel is hosted by Libera Chat....Tobias Geerinckx-Rice
Commit message (Expand)Author
2024-04-17services: Add the Guix Home service....Richard Sent
2024-03-21services: shepherd: Load each service file in a fresh module....Ludovic Courtès
2024-01-08home: services: shepherd: Use the 0.10.x interface....Ludovic Courtès
2023-08-20home: services: Support mapping of System services to Home services....Ludovic Courtès
2023-06-15home: services: xdg-base-directories: Deprecate XDG_LOG_HOME....Bruno Victal
2023-05-13services: shepherd: Default to 0.10....Ludovic Courtès
2022-11-18home: services: redshift: Add 'configuration' action....Ludovic Courtès