diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2016-07-18 06:50:21 +0200 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2016-07-18 06:56:29 +0200 |
| commit | 2517a7b3e2a37f6fa9f1e4cb5c42ef8e03f6acaa (patch) | |
| tree | 802ee9880d04f0976b0e326b724a467f8c8561da /etc/guix-daemon.service.in | |
| parent | b1bf155ffd9b160afdf05aff39d3f0b0f6d11589 (diff) | |
Set "GUIX_LOCPATH" in 'guix-daemon.service'.
Suggested by Thomas Danckaert <thomas.danckaert@gmail.com>.
* etc/guix-daemon.service.in (Environment): New value.
Diffstat (limited to 'etc/guix-daemon.service.in')
| -rw-r--r-- | etc/guix-daemon.service.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/guix-daemon.service.in b/etc/guix-daemon.service.in index fc7c811db62..ab0ce090c3e 100644 --- a/etc/guix-daemon.service.in +++ b/etc/guix-daemon.service.in | |||
| @@ -7,6 +7,7 @@ Description=Build daemon for GNU Guix | |||
| 7 | 7 | ||
| 8 | [Service] | 8 | [Service] |
| 9 | ExecStart=@bindir@/guix-daemon --build-users-group=guixbuild | 9 | ExecStart=@bindir@/guix-daemon --build-users-group=guixbuild |
| 10 | Environment=GUIX_LOCPATH=/root/.guix-profile/lib/locale | ||
| 10 | RemainAfterExit=yes | 11 | RemainAfterExit=yes |
| 11 | StandardOutput=syslog | 12 | StandardOutput=syslog |
| 12 | StandardError=syslog | 13 | StandardError=syslog |
