# 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=journal StandardError=journal # Despite the name, this is rate-limited: a broken daemon will eventually fail. Restart=always # See . TasksMax=1024 [Install] WantedBy=multi-user.target ko-scripts'>koszko-scripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/doc/local.mk
AgeCommit message (Expand)Author
2024-06-03nls: Update translations....Florian Pelz
2024-06-03build: Use the po4a command for the translation generation....gemmaro
2024-04-19Revert "maint: Generate 'doc/version.texi' reproducibly."...Janneke Nieuwenhuizen
2024-04-19Revert "maint: Generate 'doc/version-LANG.texi' reproducibly."...Janneke Nieuwenhuizen
2024-04-14maint: Ensure generated file reproducibility for dist....Janneke Nieuwenhuizen
2024-04-14maint: Reset CreationDate metadata on generated PDFs....Janneke Nieuwenhuizen
2024-04-14maint: Avoid PNG and PDF generation to fail silently....Janneke Nieuwenhuizen
2024-04-14maint: Avoid EPS generation to fail silently, ensure reproducibility....Janneke Nieuwenhuizen
2024-04-14maint: Generate 'doc/version-LANG.texi' reproducibly....Janneke Nieuwenhuizen
2024-04-14maint: Help help2man generate reproducible man-pages....Janneke Nieuwenhuizen
2024-04-14maint: Generate 'doc/version.texi' reproducibly....Timothy Sample
2024-04-03maint: Fix help2man for guix subcommands with `make V=2'....Janneke Nieuwenhuizen
2024-04-01nls: Update translations....Florian Pelz
2023-08-29doc: Fix a potential problem in man page generation rule....Maxim Cournoyer
2023-08-25build: Add dependency on guix script for help2man targets....Josselin Poiret
2022-11-19doc: Build more man pages....Hilton Chain