gnu: (cfitsio, wcslib): Change return values of custom phases.
[jackhill/guix/guix.git] / etc / guix-daemon.service.in
index 28ef000..ab0ce09 100644 (file)
@@ -7,9 +7,13 @@ 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
 
+# See <https://lists.gnu.org/archive/html/guix-devel/2016-04/msg00608.html>.
+TasksMax=1024
+
 [Install]
 WantedBy=multi-user.target