aboutsummaryrefslogtreecommitdiff
path: root/etc/guix-publish.service.in
blob: 2dc89ef600868a40b5d796eae40a898cf62d5027 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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

[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
RemainAfterExit=yes
StandardOutput=syslog
StandardError=syslog

# See <https://lists.gnu.org/archive/html/guix-devel/2016-04/msg00608.html>.
TasksMax=1024

[Install]
WantedBy=multi-user.target
: Use HTTPS for home pages."...Tobias Geerinckx-Rice 2017-10-29import: cpan: Use HTTPS for home pages....Tobias Geerinckx-Rice 2017-10-28import: cpan: Add trailing "/" on home-page....Eric Bavier 2017-10-28import: cpan: Propagate imported dependencies....Eric Bavier 2017-09-14import: cpan: Adjust expected license in tests....Ludovic Courtès 2017-06-07import: cpan: Update CPAN importer to use MetaCPAN v1 API....James Richardson 2017-02-13tests: Adjust for 'http-fetch' change in (guix import json)....Ludovic Courtès 2016-12-18tests: Mock up http-fetch....Ricardo Wurmus 2016-12-18tests: Adjust cpan tests....Ricardo Wurmus 2016-11-10tests: Adjust 'url-fetch' mocks to TLS changes....Ludovic Courtès 2016-08-31tests: cpan: Fix mock urls....Eric Bavier 2016-07-03import: cpan: Use our mirrors for 'https' URLs....Alex Sassmannshausen 2016-04-03build: Add a Guile custom test driver using SRFI-64....Mathieu Lirzin 2016-03-06tests: Disable grafting by default for most tests....Ludovic Courtès 2015-02-20import: cpan: Update tests for dependency handling....Eric Bavier 2015-01-09import: Add CPAN importer....Eric Bavier