# 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/guix-profile/bin/guix-daemon --build-users-group=guixbuild Environment=GUIX_LOCPATH=/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 1e3ad28bac1d43ba6e2e'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/sync.scm
AgeCommit message (Expand)Author
2020-08-17gnu: rclone: Update to 1.52.3....Nicolas Goaziou
2020-08-13gnu: megatools: Install bash completion....Efraim Flashner
2020-08-13gnu: megatools: Update to 1.10.3....Efraim Flashner
2020-07-12gnu: Remove ".git" from "https://github/…/….git"....Ludovic Courtès
2020-06-30gnu: rclone: Update to 1.52.2....Tobias Geerinckx-Rice