# 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 . # Some package builds (for example, go@1.8.1) may require even more than # 1024 tasks. TasksMax=8192 [Install] WantedBy=multi-user.target 'this.form.submit();'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/pciutils.scm
AgeCommit message (Expand)Author
2020-12-09gnu: pciutils: Fix compilation error on GNU/Hurd....Ludovic Courtès
2020-07-25gnu: pciutils: Update to 3.7.0....Marius Bakke
2020-03-26gnu: pciutils: Build fixes for the Hurd....Jan Nieuwenhuizen
2020-02-03gnu: pciutils: Update to 3.6.4....Marius Bakke
2020-01-24gnu: pciutils: Update to 3.6.3....Marius Bakke
2019-12-16gnu: pciutils: Fix cross-compilation....Mathieu Othacehe
2019-03-01gnu: pciutils: Update to 3.6.2....Marius Bakke