aboutsummaryrefslogtreecommitdiff
# 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 <https://lists.gnu.org/archive/html/guix-devel/2016-04/msg00608.html>.
TasksMax=1024

[Install]
WantedBy=multi-user.target
build-aux/hydra/gnu-system.scm?id=530e31b82448ba00dbbe6abc078204d340c09cb1'>hydra: Remove uses of _IOLBF....Ludovic Courtès 2019-12-01ci: Make sure the Guix checkout is the one providing Cuirass proc....Clément Lassieur 2019-01-06hydra: Compute jobs in an inferior....Ludovic Courtès 2019-01-06hydra: Move job definitions to (gnu ci)....Ludovic Courtès 2018-12-29hydra: Use short timeouts for the QEMU jobs and system tests....Ludovic Courtès 2018-12-09hydra: Increase image sizes for USB image and Flash image....Danny Milosavljevic 2018-09-14hydra: Remove useless 'parameterize'....Clément Lassieur 2018-09-13hydra: Add support for manifests....Clément Lassieur 2018-06-15hydra: Make sure we add an absolute file name to the load path....Ludovic Courtès 2018-05-12hydra: Switch back to "-" instead of "@" in package job names....Ludovic Courtès 2018-04-09hydra: Fix uses of 'eval-when'....Ludovic Courtès 2018-04-08hydra: Clear '%load-compiled-path' for gnu-system.scm....Ludovic Courtès 2018-02-01Merge branch 'master' into core-updatesMarius Bakke 2018-01-29hydra: Fix up arm qemu job....Danny Milosavljevic 2018-01-29hydra: Only build the "flash image" on arm....Danny Milosavljevic 2018-01-29hydra: Work around import problem....Danny Milosavljevic 2018-01-29hydra: Add (gnu bootloader) import....Danny Milosavljevic 2018-01-29hydra: Add arm image builder....Danny Milosavljevic 2018-01-21hydra: Make the list of target systems a parameter....Ludovic Courtès 2017-12-29hydra: Do not cross-build from non-Intel platforms....Ludovic Courtès 2017-12-13hydra: Pre-load the compiler....Ludovic Courtès 2017-12-13hydra: Invalidate derivation caches after each architecture evaluation....Ludovic Courtès 2017-11-07hydra: Add jobs for all of '%final-inputs'....Ludovic Courtès 2017-11-07hydra: Build hidden packages....Ludovic Courtès 2017-11-07hydra: Factorize package list creation....Ludovic Courtès 2017-09-27cuirass: Support subset with list of package[@version]....Jan Nieuwenhuizen 2017-09-27cuirass: Add gnu-system build spec....Jan Nieuwenhuizen 2017-07-03build: Add iso9660 system image generator....Danny Milosavljevic 2017-06-15hydra: Don't build non-substitutable packages....Ludovic Courtès 2017-05-16hydra: Cross-build Guile 2.2....Ludovic Courtès 2017-03-30hydra: Don't build deprecated packages....Ludovic Courtès 2017-03-30Merge branch 'master' into core-updates...Marius Bakke 2017-03-30hydra: Include the localstatedir in the binary tarball....Ludovic Courtès 2017-03-13Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner 2017-03-12Add 'guix pack'....Ludovic Courtès 2017-03-09Merge branch 'master' into core-updatesLudovic Courtès 2017-03-09hydra: Really disable 32-to-64-bit cross-builds....Ludovic Courtès 2017-02-17hydra: Add "aarch64-linux-gnu" as a cross-compilation target....Efraim Flashner 2017-02-14hydra: Add "aarch64-linux-gnu" as a cross-compilation target....Efraim Flashner 2017-01-20hydra: Add "i586-pc-gnu" as a cross-compilation target....Ludovic Courtès 2017-01-06Merge branch 'master' into core-updatesLeo Famulari 2017-01-05hydra: Add "powerpc-linux-gnu" as a cross-compilation target....Ludovic Courtès 2016-12-31hydra: Remove 'qemu-image' job....Ludovic Courtès 2016-12-08hydra: Fix wrong-num-args error when computing the cross jobs....Ludovic Courtès 2016-12-08hydra: Adjust to make-bootstrap.scm change....Ludovic Courtès 2016-12-08hydra: Use '%final-inputs' from base.scm, not commencement.scm....Ludovic Courtès 2016-12-07hydra: Add "i686-w64-mingw32" as a cross-compilation target....Ludovic Courtès 2016-10-20hydra: Add "arm-linux-gnueabihf" as a cross-compilation target....Ludovic Courtès