aboutsummaryrefslogtreecommitdiff
# 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 \
    --substitute-urls='@GUIX_SUBSTITUTE_URLS@'
Environment='GUIX_LOCPATH=@localstatedir@/guix/profiles/per-user/root/guix-profile/lib/locale' LC_ALL=en_US.utf8
StandardOutput=journal
StandardError=journal

# Work around a nasty systemd ‘feature’ that kills the entire process tree
# (including the daemon!) if any child, such as cc1plus, runs out of memory.
OOMPolicy=continue

# Despite the name, this is rate-limited: a broken daemon will eventually fail.
Restart=always

# 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
itle='2021-07-08 09:48:22 +0200'>2021-07-08mailmap: Update entries for Matthew James Kraai....Matthew James Kraai 2021-06-23gnu: Add Sollya....Eric Bavier 2021-04-21Update email address for Kei....Kei Kebreau 2020-05-15mailmap: Update for self....Mathieu Othacehe 2020-05-13mailmap: Update entries for Nikita....nikita 2020-03-28Update email address and Savannah handle for Amin Bandali....Amin Bandali 2020-02-09Update e-mail address for Jakob L. Kreuze....Tobias Geerinckx-Rice 2020-01-17Update email address for Amin Bandali....Amin Bandali 2019-12-19Update email for Brett Gilio....Brett Gilio 2019-12-18gnu: leocad: Update to 19.07.1....Eric Bavier 2019-05-03Correct email address for ison....ison 2019-03-18Correct name and email address for ng0....ng0 2019-01-21Update .mailmap....Mathieu Othacehe