# 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 hange='this.form.submit();'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-lint.sh
AgeCommit message (Expand)Author
2016-05-24tests: Do not run 'cve' checker in 'tests/guix-lint.sh'....Ludovic Courtès
2016-03-02utils: Use '@' for separating package names and version numbers....Mathieu Lirzin
2015-01-28lint: Fix argument parsing when several packages are specified....Ludovic Courtès
2014-11-06tests: Avoid Bash extension in 'tests/guix-lint.sh'....Ludovic Courtès
2014-10-28build: Adjust lint tests for latest rules....Eric Bavier
2014-10-16guix lint: add the --checkers option....Cyril Roelandt