Browse Source
Set "GUIX_LOCPATH" in 'guix-daemon.service'.
Suggested by Thomas Danckaert <thomas.danckaert@gmail.com>.
* etc/guix-daemon.service.in (Environment): New value.
gn-latest-20200428
Ricardo Wurmus
4 years ago
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with
1 additions and
0 deletions
-
etc/guix-daemon.service.in
|
|
@@ -7,6 +7,7 @@ Description=Build daemon for GNU Guix |
|
|
|
|
|
|
|
[Service] |
|
|
|
ExecStart=@bindir@/guix-daemon --build-users-group=guixbuild |
|
|
|
Environment=GUIX_LOCPATH=/root/.guix-profile/lib/locale |
|
|
|
RemainAfterExit=yes |
|
|
|
StandardOutput=syslog |
|
|
|
StandardError=syslog |
|
|
|