aboutsummaryrefslogtreecommitdiff
path: root/etc/guix-publish.service.in
blob: b8fd3b4c036f9e4b915d3be523faffbafc14b110 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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 <https://lists.gnu.org/archive/html/guix-devel/2016-04/msg00608.html>.
TasksMax=1024

[Install]
WantedBy=multi-user.target
t about test failures....* gnu/packages/wget.scm (wget)[arguments]: Update comment. Ludovic Courtès 2017-07-07gnu: wget: Fix compilation with Perl 5.26; skip faulty tests....* gnu/packages/wget.scm (wget)[arguments]: New field. [source](patches): Add "wget-perl-5.26.patch". * gnu/packages/patches/wget-perl-5.26.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Ludovic Courtès 2017-03-20gnu: wget: Fix test-504 failures....* gnu/packages/wget.scm (wget)[source]: Add patch. * gnu/packages/patches/wget-fix-504-test-timeout.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Efraim Flashner 2017-03-10gnu: wget: Fix CVE-2017-6508....* gnu/packages/patches/wget-CVE-2017-6508.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/wget.scm (wget)[source]: Use it. Leo Famulari 2017-02-12gnu: wget: Update to 1.19.1....* gnu/packages/wget.scm (wget): Update to 1.19.1. Marius Bakke 2017-02-06gnu: wget: Use libidn2....Suggested by Efraim Flashner <efraim@flashner.co.il>. Fixes support for internationalized domain names. * gnu/packages/wget.scm (wget)[inputs]: Replace libidn with libidn2. Leo Famulari 2017-02-04gnu: wget: Update to 1.19....* gnu/packages/wget.scm (wget): Update to 1.19. [home-page]: Use HTTPS. Marius Bakke 2016-11-29gnu: Add wgetpaste....* gnu/packages/wget.scm (wgetpaste): New variable. Efraim Flashner 2016-06-13gnu: wget: Update to 1.18....* gnu/packages/wget.scm (wget): Update to 1.18. Ludovic Courtès