gnu: signify: Update to 26.
[guix.git] / etc / guix-daemon.service.in
blob407cdd199c8304d769b5fca8df9623f62077e2e7
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.
5 [Unit]
6 Description=Build daemon for GNU Guix
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
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
20 [Install]
21 WantedBy=multi-user.target