aboutsummaryrefslogtreecommitdiff
path: root/etc/guix-daemon.service.in
blob: ffe4cf9bd5c7ad724afe0d0be9adb17f32f4aee9 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# This is a "service unit file" for the systemd init system to launch
# 'guix-daemon'.  Drop it in /etc/systemd/system or similar to have
# 'guix-daemon' automatically started.

[Unit]
Description=Build daemon for GNU Guix

[Service]
ExecStart=@localstatedir@/guix/profiles/per-user/root/guix-profile/bin/guix-daemon --build-users-group=guixbuild
Environment=GUIX_LOCPATH=/root/.guix-profile/lib/locale
RemainAfterExit=yes
StandardOutput=syslog
StandardError=syslog

# See <https://lists.gnu.org/archive/html/guix-devel/2016-04/msg00608.html>.
TasksMax=1024

[Install]
WantedBy=multi-user.target
..Ludovic Courtès 2023-08-18gnu: commencement: Use system in %final-inputs....Christopher Baines 2023-04-18ci: Add 'gdb-minimal' to the "core" package set....Ludovic Courtès 2023-03-09ci: Update the list of GCC versions for the 'core' subset....Ludovic Courtès 2022-10-22Remove now unnecessary uses of (guix grafts)....Ludovic Courtès 2022-10-13ci: Honor the system passed to image->job....Mathieu Othacehe 2022-10-11Revert "guix system: Remove unused 'read-operating-system' procedure."...Ludovic Courtès 2022-09-24gnu: Add compression module....Mathieu Othacehe 2022-08-17ci: Fix the images specification....Mathieu Othacehe 2022-08-09build-system: Add 'channel-build-system'....Ludovic Courtès 2022-08-05guix system: Remove unused 'read-operating-system' procedure....Ludovic Courtès 2022-05-25Move (gnu platform) and (gnu platforms ...) to guix/....Josselin Poiret 2022-05-22ci: Do not rely on hardcoded cross-targets lists....Mathieu Othacehe 2022-01-01ci: Add extra jobs for tunable packages....Ludovic Courtès 2021-12-10Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe 2021-12-06ci: Cross-build the 'guix' package....Ludovic Courtès 2021-10-12Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe 2021-10-04ci: Allow manifests to contain any lowerable object....Ludovic Courtès 2021-09-27ci: Adjust 'channel-build-system' to monadic style....Ludovic Courtès 2021-07-10ci: Build commencement packages supported on the target system....Ludovic Courtès 2021-07-09ci: Add bootstrap packages to the core subset....Mathieu Othacehe 2021-07-09ci: Add bootstrap packages to the core subset....Mathieu Othacehe 2021-07-05ci: Change "core" subset to include the latest GCC and Guile....Ludovic Courtès 2021-07-03ci: Remove duplicate ".SYSTEM" extension for cross-compilation jobs....Ludovic Courtès 2021-05-25ci: Add derivation inputs....Mathieu Othacehe 2021-05-25ci: Add derivation inputs....Mathieu Othacehe 2021-04-28ci: Add custom subset....Mathieu Othacehe 2021-04-28ci: Add arguments->systems procedure....Mathieu Othacehe 2021-04-28ci: Factorize image->job procedure....Mathieu Othacehe 2021-04-18ci: tarball: Use "current-guix" as profile name....Mathieu Othacehe 2021-04-12ci: Fix system-tests subset....Mathieu Othacehe 2021-04-08ci: Introduce new subsets....Mathieu Othacehe 2021-04-08ci: Remove the job period argument....Mathieu Othacehe 2021-03-23ci: %cross-targets: Add powerpc64le-linux-gnu....Chris Marusich 2021-03-23ci: Change manifest argument type....Mathieu Othacehe 2021-03-14ci: Support packages with multiple channels....Mathieu Othacehe 2021-03-14ci: Add channel subset support....Mathieu Othacehe 2021-03-10ci: Remove hydra support....Mathieu Othacehe 2021-01-31ci: Remove the package version from the job name....Mathieu Othacehe 2021-01-29ci: Raise max-silent-time to 3600....Mathieu Othacehe