# This is a "service unit file" for the systemd init system to launch # 'guix publish'. Drop it in /etc/systemd/system or similar to have # 'guix publish' automatically started. [Unit] Description=Publish the GNU Guix store [Service] ExecStart=@localstatedir@/guix/profiles/per-user/root/guix-profile/bin/guix publish --user=nobody --port=8181 Environment=GUIX_LOCPATH=/root/.guix-profile/lib/locale RemainAfterExit=yes StandardOutput=syslog StandardError=syslog # See . TasksMax=1024 [Install] WantedBy=multi-user.target orm'>
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gdb.scm
AgeCommit message (Expand)Author
2018-09-07gnu: gdb: Update to 8.2....Ludovic Courtès
2018-08-24gnu: gdb: Update to 8.1.1....Ludovic Courtès
2018-04-12gnu: gdb: Return #t from all phases....Mark H Weaver
2018-01-31gnu: gdb: Update to 8.1....Ludovic Courtès
2017-09-11gnu: gdb: Update to 8.0.1....Ludovic Courtès
2017-06-05gnu: gdb: Update to 8.0....Ludovic Courtès
2017-01-31gnu: gdb: Update to 7.12.1....Ludovic Courtès