aboutsummaryrefslogtreecommitdiff
path: root/etc/guix-daemon.service.in
blob: 407cdd199c8304d769b5fca8df9623f62077e2e7 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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
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
it/gnu/packages/crypto.scm?id=e54b381dd4080e70fe2fca4428ea5be3ff6ba63b'>gnu: crypto++: Returt #t from all phases....* gnu/packages/crypto.scm (crypto++)[arguments]: Return #t from ‘install-pkg-config’. Tobias Geerinckx-Rice 2020-02-19gnu: crypto++: Build in parallel....* gnu/packages/crypto.scm (crypto++)[arguments]: Make ‘build-shared’ the main ‘build’ phase. Respect MAKE-FLAGS and PARALLEL-JOB-COUNT. Tobias Geerinckx-Rice 2020-02-19gnu: crypto++: Don't hard-code VERSION....* gnu/packages/crypto.scm (crypto++)[arguments]: Use package VERSION. Tobias Geerinckx-Rice 2020-02-10gnu: signify: Update to 28....* gnu/packages/crypto.scm (signify): Update to 28. [arguments]: Remove #:tests?. Marius Bakke 2020-01-23gnu: keyutils: Update to 1.6.1....* gnu/packages/crypto.scm (keyutils): Update to 1.6.1. Tobias Geerinckx-Rice 2020-01-15gnu: Remove unnecessary uses of (guix build utils)....* gnu/packages/crypto.scm: Remove use of (guix build utils). * gnu/packages/databases.scm: Likewise. Ludovic Courtès 2020-01-12gnu: Add libolm....* gnu/packages/messaging.scm (libolm): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> nixo 2019-12-31gnu: crypto++: Create versioned shared library links....This fixes the build of dependents like amule. * gnu/packages/crypto.scm (crypto++)[arguments]: Add an ‘install-shared-library-links’ phase. Tobias Geerinckx-Rice 2019-12-16gnu: libsecp256k1: Update to 20191213....* gnu/packages/crypto (libsecp256k1): Update to 20191213. Vagrant Cascadian 2019-12-11gnu: enchive: Update to 3.5....* gnu/packages/crypto.scm (enchive): Update to 3.5. [source]: Replace url-fetch with git-fetch. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> nixo 2019-11-23gnu: perl-crypt-random-source: Update to 0.14....* gnu/packages/crypto.scm (perl-crypt-random-source): Update to 0.14. [native-inputs]: Replace perl-test-exception with perl-test-fatal. Tobias Geerinckx-Rice 2019-11-15gnu: tomb: Use system's sudo....* gnu/packages/crypto.scm (tomb)[arguments]: Disallow references to the "sudo" input. Remove it's path from the wrapper. Eric Bavier 2019-11-15gnu: tomb: Add lsof input for "ps" and "slam"....* gnu/packages/crypto.scm (tomb)[inputs]: Add lsof. [arguments]: Add it to the wrapper PATH. Eric Bavier 2019-11-15gnu: tomb: Update to 2.7....* gnu/packages/patches/tomb-fix-errors-on-open.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/crypto.scm (tomb): Update to 2.7. [source]: Use the patch. Eric Bavier 2019-11-10gnu: Add 'file-name' where appropriate....* gnu/packages/admin.scm (detox, neofetch), gnu/packages/algebra.scm (python-fpylll), gnu/packages/bioinformatics.scm (tbsp, genrich), gnu/packages/crypto.scm (hpenc), gnu/packages/digest.scm (xxhash), gnu/packages/emacs-xyz.scm (emacs-tiny, emacs-ergoemacs-mode, emacs-make-it-so, emacs-poet-theme, emacs-deft, emacs-scribble-mode, emacs-helm-mu, emacs-unidecode, emacs-diff-hl, emacs-helm-exwm, emacs-gif-screencast, emacs-exec-path-from-shell), gnu/packages/engineering.scm (gpx), gnu/packages/freedesktop.scm (waylandpp), gnu/packages/golang.scm (go-github-com-sirupsen-logrus, go-github-com-shirou-gopsutil), gnu/packages/guile-xyz.scm (guile-studio, guile-picture-language, jupyter-guile-kernel), gnu/packages/image-viewers.scm (qview), gnu/packages/java-maths.scm (java-jblas), gnu/packages/llvm.scm (libclc), gnu/packages/logging.scm (spdlog), gnu/packages/ocaml.scm (ocaml-cstruct, ocaml-zarith), gnu/packages/terminals.scm (libtsm), gnu/packages/tigervnc.scm (tigervnc-client), gnu/packages/xdisorg.scm (xcalib, xbanish) [source]: Add file-name. Efraim Flashner 2019-11-09gnu: botan: Use getentropy()....* gnu/packages/crypto.scm (botan)[arguments]: Enable the ‘getentropy’ OS feature. Tobias Geerinckx-Rice 2019-11-09gnu: botan: Optimise....* gnu/packages/crypto.scm (botan)[arguments]: Compile with -O3 optimisation. Tobias Geerinckx-Rice 2019-11-09gnu: signify: Update to 27....* gnu/packages/crypto.scm (signify): Update to 27. Tobias Geerinckx-Rice 2019-11-08gnu: botan: Update to 2.12.1....* gnu/packages/crypto.scm (botan): Update to 2.12.1. Tobias Geerinckx-Rice 2019-10-18gnu: encfs: Fix build failure with GCC 7....Fixes <https://bugs.gnu.org/37779>. Reported by Pierre Neidhardt <mail@ambrevar.xyz>. * gnu/packages/crypto.scm (encfs)[arguments]: Add phase 'patch-CMakeLists.txt'. Marius Bakke 2019-10-17gnu: Add minisign....* gnu/packages/crypto.scm (minisign): New public variable. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com> Tanguy Le Carrour 2019-07-31Merge branch 'master' into core-updatesMarius Bakke 2019-07-27gnu: signify: Update to 26....* gnu/packages/crypto.scm (signify): Update to 26. [source]: Change to URL-FETCH to get the shiny new release tarball. Marius Bakke 2019-07-04Merge branch 'staging' into core-updatesMarius Bakke 2019-07-02gnu: tomb: Update to 2.6....* gnu/packages/crypto.scm (tomb): Update to 2.6. Tobias Geerinckx-Rice 2019-06-13Merge branch 'master' into core-updatesLudovic Courtès 2019-06-03gnu: libsodium: Update to 1.0.18....* gnu/packages/crypto.scm (libsodium): Update to 1.0.18. Marius Bakke 2019-05-25Merge branch 'staging' into core-updatesMarius Bakke 2019-05-22gnu: scrypt: Fix typo "This package"....* gnu/packages/crypto (scrypt)[description]: Fix typo. Vagrant Cascadian 2019-05-01Merge branch 'master' into core-updatesMarius Bakke 2019-05-01gnu: signify: Update to 25....* gnu/packages/crypto.scm (signify): Update to 25. Marius Bakke 2019-05-01gnu: signify: Don't use unstable tarball....* gnu/packages/crypto.scm (signify)[source]: Change to GIT-FETCH. Marius Bakke 2019-03-28gnu: googletest: Don't use unstable tarball....* gnu/packages/check.scm (googletest)[source]: Download using git-fetch. * gnu/packages/crypto.scm (encfs)[arguments]: Adjust accordingly. * gnu/packages/gnucash.scm (gnucash)[arguments]: Same. * gnu/packages/terminals.scm (eternalterminal)[arguments]: Same. * gnu/packages/graphics.scm (ogre)[arguments]: Same. Remove now unnecessary custom 'pre-build phase. Efraim Flashner 2019-03-23Merge branch 'staging' into core-updatesMarius Bakke 2019-03-22gnu: libb2: Update to 0.98.1....* gnu/packages/crypto.scm (libb2): Update to 0.98.1. Leo Famulari 2019-03-18Correct name and email address for ng0....* .mailmap, Makefile.am, doc/guix.de.texi, doc/guix.fr.texi, doc/guix.texi, etc/completion/fish/guix.fish, gnu/packages/accessibility.scm, gnu/packages/admin.scm, gnu/packages/audio.scm, gnu/packages/autotools.scm, gnu/packages/cdrom.scm, gnu/packages/check.scm, gnu/packages/cinnamon.scm, gnu/packages/compression.scm, gnu/packages/crypto.scm, gnu/packages/databases.scm, gnu/packages/django.scm, gnu/packages/dns.scm, gnu/packages/elixir.scm, gnu/packages/emacs-xyz.scm, gnu/packages/emacs.scm, gnu/packages/enlightenment.scm, gnu/packages/erlang.scm, gnu/packages/fonts.scm, gnu/packages/fontutils.scm, gnu/packages/forth.scm, gnu/packages/fvwm.scm, gnu/packages/games.scm, gnu/packages/gl.scm, gnu/packages/gnome.scm, gnu/packages/gnunet.scm, gnu/packages/gnupg.scm, gnu/packages/gnuzilla.scm, gnu/packages/gtk.scm, gnu/packages/guile-wm.scm,gnu/packages/guile-xyz.scm, gnu/packages/haskell-check.scm, gnu/packages/haskell-crypto.scm, gnu/packages/haskell.scm, gnu/packages/image-viewers.scm, gnu/packages/image.scm, gnu/packages/irc.scm, gnu/packages/language.scm, gnu/packages/libcanberra.scm, gnu/packages/linux.scm, gnu/packages/lisp.scm, gnu/packages/lolcode.scm, gnu/packages/lxde.scm, gnu/packages/lxqt.scm, gnu/packages/mail.scm, gnu/packages/markup.scm, gnu/packages/mate.scm, gnu/packages/maths.scm, gnu/packages/mc.scm, gnu/packages/messaging.scm, gnu/packages/music.scm, gnu/packages/ncurses.scm, gnu/packages/networking.scm, gnu/packages/nickle.scm, gnu/packages/openbox.scm, gnu/packages/pdf.scm, gnu/packages/perl-check.scm, gnu/packages/perl.scm, gnu/packages/python-compression.scm, gnu/packages/python-crypto.scm, gnu/packages/python-web.scm, gnu/packages/python-xyz.scm, gnu/packages/python.scm, gnu/packages/qt.scm, gnu/packages/ruby.scm, gnu/packages/rust.scm, gnu/packages/scheme.scm, gnu/packages/serialization.scm, gnu/packages/shells.scm, gnu/packages/ssh.scm, gnu/packages/suckless.scm, gnu/packages/tbb.scm, gnu/packages/telephony.scm, gnu/packages/text-editors.scm, gnu/packages/textutils.scm, gnu/packages/time.scm, gnu/packages/tls.scm, gnu/packages/tor.scm, gnu/packages/version-control.scm, gnu/packages/video.scm, gnu/packages/vim.scm, gnu/packages/web.scm, gnu/packages/wm.scm, gnu/packages/xdisorg.scm, gnu/packages/xfce.scm, gnu/packages/xml.scm, gnu/packages/xorg.scm, gnu/services/certbot.scm, gnu/services/desktop.scm, gnu/services/version-control.scm, gnu/services/web.scm, guix/import/hackage.scm, guix/licenses.scm: Correct name and email address for ng0. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> ng0