aboutsummaryrefslogtreecommitdiff
path: root/etc/guix-daemon.service.in
blob: 17b54eaeb062f64771b0e66c3f64ff2505f88a23 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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/current-guix/bin/guix-daemon \
    --build-users-group=guixbuild --discover=no
Environment='GUIX_LOCPATH=@localstatedir@/guix/profiles/per-user/root/guix-profile/lib/locale' LC_ALL=en_US.utf8
RemainAfterExit=yes
StandardOutput=syslog
StandardError=syslog

# See <https://lists.gnu.org/archive/html/guix-devel/2016-04/msg00608.html>.
# Some package builds (for example, go@1.8.1) may require even more than
# 1024 tasks.
TasksMax=8192

[Install]
WantedBy=multi-user.target
21:25:50 -0400'>2024-03-31doc: cookbook: Fix typo....Maxim Cournoyer 2024-03-19doc: cookbook: Account for ‘guix pull’ in /etc/profile instructions....Ludovic Courtès 2023-12-31doc: cookbook: Fix typo....Jonathan Brielmaier 2023-12-30Add network bridge guide to the cookbook....Maxim Cournoyer 2023-12-18Update cookbook Texinfo menus....Maxim Cournoyer 2023-10-25doc: cookbook: Fix a broken cross-reference....Florian Pelz 2023-10-24doc: cookbook: Add cross references to the manual regarding manifests....Ludovic Courtès 2023-10-24doc: cookbook: Suggest ‘guix shell’ as an alternative to multiple profiles....Ludovic Courtès 2023-10-11doc: cookbook: Add “Software Development” chapter....Ludovic Courtès 2023-09-01cookbook: Add a recipe for running Guix System on a Kimsufi server....Thomas Ieong 2023-09-01doc: cookbook: Document the configuration of a Yubikey with KeePassXC....Maxim Cournoyer 2023-08-25image: Add mbr-raw-image-type and use by default....Josselin Poiret 2023-08-17doc: cookbook: Document how to disable the Yubikey OTP application....Maxim Cournoyer 2023-08-16doc: cookbook: Document a dynamic DNS update mcron job....Maxim Cournoyer 2023-08-16doc: Update Cookbook Texinfo menus....Maxim Cournoyer 2023-08-15doc: cookbook: Mention common SRFI-1 procedures....Ludovic Courtès 2023-08-15doc: cookbook: Add 'use-modules' in gexp example....Ludovic Courtès 2023-08-15doc: cookbook: Link to "Package Modules"....Ludovic Courtès