gnu: libaom: Update to 2.0.0
[jackhill/guix/guix.git] / etc / guix-daemon.service.in
CommitLineData
d2825c96
LC
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]
6Description=Build daemon for GNU Guix
7
8[Service]
e9926f80 9ExecStart=@localstatedir@/guix/profiles/per-user/root/current-guix/bin/guix-daemon --build-users-group=guixbuild
579d17b7 10Environment='GUIX_LOCPATH=@localstatedir@/guix/profiles/per-user/root/guix-profile/lib/locale' LC_ALL=en_US.utf8
d2825c96
LC
11RemainAfterExit=yes
12StandardOutput=syslog
13StandardError=syslog
14
f489ce3c 15# See <https://lists.gnu.org/archive/html/guix-devel/2016-04/msg00608.html>.
644f9511
ST
16# Some package builds (for example, go@1.8.1) may require even more than
17# 1024 tasks.
18TasksMax=8192
f489ce3c 19
d2825c96
LC
20[Install]
21WantedBy=multi-user.target