[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#36074: [PATCH] etc: guix-daemon.service.in: fix GUIX_LOCPATH quoting
From: |
Jack Hill |
Subject: |
bug#36074: [PATCH] etc: guix-daemon.service.in: fix GUIX_LOCPATH quoting |
Date: |
Mon, 3 Jun 2019 14:42:16 -0400 (EDT) |
User-agent: |
Alpine 2.20 (DEB 67 2015-01-07) |
etc/guix-daemon.service.in: Move the GUIX_LOCPATH environment varialbe name
inside the quotes are required in systemd unit files.
---
etc/guix-daemon.service.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/etc/guix-daemon.service.in b/etc/guix-daemon.service.in
index 7b20a91931..407cdd199c 100644
--- a/etc/guix-daemon.service.in
+++ b/etc/guix-daemon.service.in
@@ -7,7 +7,7 @@ Description=Build daemon for GNU Guix
[Service]
address@hidden@/guix/profiles/per-user/root/current-guix/bin/guix-daemon
--build-users-group=guixbuild
-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
--
2.21.0
- bug#36074: Incorrect quoting of GUIX_LOCPATH environment variable in guix-daemon.service, Jack Hill, 2019/06/03
- bug#36074: Incorrect quoting of GUIX_LOCPATH environment variable in guix-daemon.service, Jack Hill, 2019/06/03
- bug#36074: [PATCH] etc: guix-daemon.service.in: fix GUIX_LOCPATH quoting,
Jack Hill <=
- bug#36074: Incorrect quoting of GUIX_LOCPATH environment variable in guix-daemon.service, Ricardo Wurmus, 2019/06/05
- bug#36074: Incorrect quoting of GUIX_LOCPATH environment variable in guix-daemon.service, Ludovic Courtès, 2019/06/05
- bug#36074: Still got the issue in Xubuntu 18.4, Andréas Livet, 2019/06/11
- bug#36074: Incorrect quoting of GUIX_LOCPATH environment variable in guix-daemon.service, Andréas Livet, 2019/06/11
- bug#36074: Incorrect quoting of GUIX_LOCPATH environment variable in guix-daemon.service, David Loyall, 2019/06/12
- bug#36074: Incorrect quoting of GUIX_LOCPATH environment variable in guix-daemon.service, Andréas Livet, 2019/06/12