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
23-07-18 18:12:55 +0200'>2023-07-18guix: texlive importer: Fix build system and arguments for meta-packages....Nicolas Goaziou 2023-07-18guix: texlive importer ignores dependencies unnecessary in Guix....Nicolas Goaziou 2023-07-18guix: Let texlive importer suggest format creation....Nicolas Goaziou 2023-07-18guix: import: Improve importing texlive meta packages....Nicolas Goaziou 2023-07-18guix: import: Handle native inputs in texlive importer....Nicolas Goaziou 2023-07-18guix: import: Fix multiple licenses output in texlive importer....Nicolas Goaziou 2023-07-18guix: import: Improve home-page generation in texlive importer....Nicolas Goaziou 2023-07-18guix: import: Update texlive importer according to new build system....Nicolas Goaziou 2023-05-31tests: Use quasiquoted 'match' patterns for package sexps....Ludovic Courtès 2023-04-19tests: Fix texlive->guix-package test....Maxim Cournoyer 2022-07-22tests: Adjust texlive importer tests....Ricardo Wurmus 2022-01-13import: texlive: Remove labels from 'propagated-inputs' field....Ludovic Courtès 2022-01-11tests: Fix texlive test by sorting locations....Ricardo Wurmus 2021-11-18tests: Replace texlive importer tests....Ricardo Wurmus