# 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 RemainAfterExit=yes StandardOutput=syslog StandardError=syslog # See . # Some package builds (for example, go@1.8.1) may require even more than # 1024 tasks. TasksMax=8192 [Install] WantedBy=multi-user.target cfcea'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/version-control.scm
AgeCommit message (Expand)Author
2023-01-10services: git-daemon: Deprecate 'git-daemon-service' procedure....Bruno Victal
2022-11-17services: gitolite: Use the correct variable for the user-group....EuAndreh
2022-11-07services: gitolite: Add local-code configuration option....Alexey Abramov
2022-10-17guix: Fix typos....Julien Lepiller
2022-08-30services: gitolite: Relax permissions on service user home directory....David Thompson
2021-11-30services: Accept <inferior-package>s in lieu of <package>s....Tobias Geerinckx-Rice
2021-09-02gnu: version-control: Add gitile service....Julien Lepiller
2021-09-02gnu: gitolite: Add unsafe-pattern configuration option....Julien Lepiller
2021-04-10services: git-daemon: Fix typo in docstring....Tobias Geerinckx-Rice
2020-10-05services: gitolite: Install the rc file as gitolite's user....Julien Lepiller
2020-05-13mailmap: Update entries for Nikita....nikita