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
c Courtès 2019-04-29guix package: Add 'guix search' alias....Ludovic Courtès 2019-04-29guix package: Add 'install', 'remove', and 'upgrade' aliases....Ludovic Courtès 2019-04-27nls: Fix wrong include name....Clément Lassieur 2019-04-27nls: Update 'zh_CN' translation....Julien Lepiller 2019-04-25nls: Update 'es' translation.Julien Lepiller 2019-04-25nls: Update 'de' translation.Julien Lepiller 2019-04-25nls: Update 'fr' translation.Julien Lepiller 2019-04-24nls: Update 'fr' translation of the manual.Julien Lepiller 2019-04-24doc: Add Simplified Chinese translation....Ludovic Courtès 2019-04-24nls: Fix guix-manual.zh_CN.po....Ludovic Courtès 2019-04-24doc: Add zh_CN PO file....Ludovic Courtès 2019-04-23doc: Add Spanish translation....Miguel Ángel Arruga Vivas 2019-04-23nls: Add missing installer files....Ludovic Courtès 2019-04-17nls: Update 'de' translation.Ludovic Courtès 2019-04-17nls: Update 'de' translation of the manual.Ludovic Courtès 2019-04-15nls: Update 'fr' translation.Julien Lepiller 2019-04-13nls: Update 'fr' translation.Julien Lepiller 2019-04-02nls: Update 'de' translation of the manual.Ludovic Courtès 2019-03-16booloader: Add 'invoke/quiet'....Ludovic Courtès 2019-03-12nls: Update 'de' translation of the manual.Julien Lepiller 2019-03-06nls: Add Swedish translation....Julien Lepiller 2019-03-01nls: Update 'fr' translation of the manual.Julien Lepiller 2019-02-14nls: Update 'da' translation.Leo Famulari 2019-02-13nls: Update 'de' translation.Julien Lepiller 2019-02-13nls: Update 'da' translation.Julien Lepiller 2019-01-28nls: Update 'de' translation of the manual.Ludovic Courtès 2019-01-17installer: Reorder POTFILES.in...Mathieu Othacehe 2019-01-17installer: Add partitioning support....Mathieu Othacehe 2019-01-17installer: Add user module....Mathieu Othacehe 2019-01-17installer: Add hostname....Mathieu Othacehe 2019-01-17installer: Add services page....Mathieu Othacehe 2019-01-17installer: Move everything to the build side....Mathieu Othacehe 2019-01-17gnu: Add graphical installer support....Mathieu Othacehe 2019-01-10Add (guix deprecation)....Ludovic Courtès 2018-12-17import: Update opam importer....Julien Lepiller 2018-12-03nls: Update 'fr' translation.Julien Lepiller 2018-12-02nls: Update 'de' translation of the manual.Ludovic Courtès 2018-12-02nls: Update 'fr' translation.Julien Lepiller 2018-11-30git: Nicely report '--with-commit' errors....Ludovic Courtès 2018-11-28nls: Update documentation po and pot with `make dist`....Julien Lepiller