# 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 Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-package.sh
AgeCommit message (Expand)Author
2023-04-21tests: Fix checks for expected failures....Eric Bavier
2022-12-20tests: Adjust 'guix package' test to latest package search metrics....Ludovic Courtès
2022-05-23scripts: package: Transform before creating manifest entries....Josselin Poiret
2022-02-18profiles: 'profile-derivation' rejects unsupported packages....Ludovic Courtès
2021-04-29diagnostics, ui: Adjust to 'read-error' and 'syntax-error' in Guile 3.0.6....Ludovic Courtès
2021-03-05profiles: 'package->manifest-entry' preserves transformations by default....Ludovic Courtès
2021-02-01guix package: Add '--export-manifest'....Ludovic Courtès
2020-10-02guix package: Re-apply package transformation when upgrading....Ludovic Courtès
2020-10-02tests: Adjust to recent changes to the 'emacs' package....Ludovic Courtès
2020-09-28tests: Simplify shell exit status negation;...Eric Bavier
2020-03-25tests: Adjust to 'show-manifest-transaction' changes....Ludovic Courtès