guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/13: etc: Fix GUIX_LOCPATH quoting in 'guix-publish.service' file.


From: guix-commits
Subject: 01/13: etc: Fix GUIX_LOCPATH quoting in 'guix-publish.service' file.
Date: Wed, 5 Jun 2019 11:27:31 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit a5ca4a63426f5e24c13b93bde95511e9d89757f5
Author: Jack Hill <address@hidden>
Date:   Mon Jun 3 14:42:16 2019 -0400

    etc: Fix GUIX_LOCPATH quoting in 'guix-publish.service' file.
    
    This is a followup to 579d17b70dac067f8194ede46513400b91ac136a.
    
    * etc/guix-publish.service.in (Environment): Move GUIX_LOCPATH inside
    the quotes.
---
 etc/guix-publish.service.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/guix-publish.service.in b/etc/guix-publish.service.in
index e61a031..2dc89ef 100644
--- a/etc/guix-publish.service.in
+++ b/etc/guix-publish.service.in
@@ -7,7 +7,7 @@ Description=Publish the GNU Guix store
 
 [Service]
 address@hidden@/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
+Environment='address@hidden@/guix/profiles/per-user/root/guix-profile/lib/locale'
 LC_ALL=en_US.utf8
 RemainAfterExit=yes
 StandardOutput=syslog
 StandardError=syslog



reply via email to

[Prev in Thread] Current Thread [Next in Thread]