gnu: ibus: Disable parallel build.
[jackhill/guix/guix.git] / etc / guix-daemon.service.in
1 # This is a "service unit file" for the systemd init system to launch
2 # 'guix-daemon'. Drop it in /etc/systemd/system or similar to have
3 # 'guix-daemon' automatically started.
4
5 [Unit]
6 Description=Build daemon for GNU Guix
7
8 [Service]
9 ExecStart=@localstatedir@/guix/profiles/per-user/root/current-guix/bin/guix-daemon --build-users-group=guixbuild
10 Environment='GUIX_LOCPATH=@localstatedir@/guix/profiles/per-user/root/guix-profile/lib/locale' LC_ALL=en_US.utf8
11 RemainAfterExit=yes
12 StandardOutput=syslog
13 StandardError=syslog
14
15 # See <https://lists.gnu.org/archive/html/guix-devel/2016-04/msg00608.html>.
16 # Some package builds (for example, go@1.8.1) may require even more than
17 # 1024 tasks.
18 TasksMax=8192
19
20 [Install]
21 WantedBy=multi-user.target