# 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=/var/guix/profiles/per-user/root/current-guix/bin/guix-daemon --build-users-group=guixbuild --substitute-urls='http://ci.guix.ygg.trop.in' #'https://bp7o7ckwlewr4slm.onion https://bordeaux.guix.gnu.org' # https://ci.guix.gnu.org' Environment='GUIX_LOCPATH=/var/guix/profiles/per-user/root/guix-profile/lib/locale' http_proxy=http://127.0.0.1:9080 https_proxy=http://127.0.0.1:9080 LC_ALL=en_US.utf8 CURL_CA_BUNDLE="/gnu/store/zycv4hdra9kjpkn3dg09fbn1m4w6rqc5-ca-certificate-bundle/etc/ssl/certs/ca-certificates.crt" GIT_SSL_CAINFO=/gnu/store/zycv4hdra9kjpkn3dg09fbn1m4w6rqc5-ca-certificate-bundle/etc/ssl/certs/ca-certificates.crt 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