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
var/cache/knot-resolver....宋文武 2019-11-11services: Add knot-resolver-service-type....宋文武 2019-04-27gnu: knot: Fix typos....Julien Lepiller 2019-04-27gnu: knot: Add configuration fields....Julien Lepiller 2019-04-27services: knot: Fix configuration file generation....Ludovic Courtès 2019-04-26gnu: dns: Fix configuration formating....Julien Lepiller 2019-04-25gnu: knot-service: Add includes field in configuration....Julien Lepiller 2018-12-04services: ddclient: Fix unrecognized keywords....Oleg Pykhalov 2018-11-06gnu: services: dns: Fix 'ddclient-activation'....Oleg Pykhalov 2018-08-30services: Add ddclient service....Oleg Pykhalov 2018-06-08services: dnsmasq-service-type: Add default configuration and description....宋文武 2018-06-08services: dnsmasq: Use 'negative-cache?' instead of 'no-negcache?'....宋文武 2018-06-05services: Add dnsmasq-service-type....宋文武