# 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 Requires=guix-daemon.service PartOf=guix-daemon.service After=guix-daemon.service [Service] ExecStart=@localstatedir@/guix/profiles/per-user/root/current-guix/bin/guix publish --user=nobody --port=8181 Environment='GUIX_LOCPATH=@localstatedir@/guix/profiles/per-user/root/guix-profile/lib/locale' LC_ALL=en_US.utf8 StandardOutput=syslog StandardError=syslog # Despite the name, this is rate-limited: a broken daemon will eventually fail. Restart=always # See . TasksMax=1024 [Install] WantedBy=multi-user.target alue='koszko-scripts'>koszko-scripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages.scm
AgeCommit message (Expand)Author
2023-01-25packages: Adjust 'generate-package-cache' for Guile 3.0.9....Ludovic Courtès
2022-06-06packages: Use SRFI-71 instead of SRFI-11....Ludovic Courtès
2022-06-06packages: Add 'specifications->packages'....Antero Mejr
2022-04-04packages: Add 'package-unique-version-prefix'....Ludovic Courtès
2022-01-11shell: Cache profiles even when using package specs....Ludovic Courtès