aboutsummaryrefslogtreecommitdiff
path: root/etc/guix-publish.service.in
blob: 78f04714eb3b051024ad9d13f8e82e03a3b1a4fa (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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
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
96bda8d'>gnu: Use ghostscript over ghostscript-gs....Efraim Flashner 2016-07-28gnu: asymptote: Add native input gs....Andreas Enge 2016-07-25gnu: Use 'ghostscript-gs' in packages that need the 'gs' command....Ludovic Courtès 2016-06-13gnu: asymptote: Update to 2.38...Nicolas Goaziou 2016-05-26gnu: Rename texlive module to tex....Roel Janssen 2016-05-24gnu: Use 'emacs-minimal' instead of 'emacs-no-x'....Alex Kost 2016-05-16gnu: asymptote: Install Emacs data....Nicolas Goaziou 2016-05-01gnu: asymptote: Update to 2.37....Nicolas Goaziou 2016-04-14gnu: packages: Use 'search-patches' everywhere....Alex Kost 2016-01-13Merge branch 'master' into core-updatesLudovic Courtès 2016-01-02gnu: Add Asymptote....Eric Bavier 2015-03-31utils: 'modify-phases' no longer introduces quotes....Ludovic Courtès 2015-03-09gnu: Add Ploticus....Ludovic Courtès 2015-01-19gnu: Move guile-charting to (gnu packages plotutils)....Ludovic Courtès 2015-01-15gnu: plotutils: Do not propagate libXaw....Ludovic Courtès