f489ce3c93
Suggested by Joram Schrijver <i+guix-devel@joram.io>. * etc/guix-daemon.service.in (TasksMax): New value.
19 lines
488 B
SYSTEMD
19 lines
488 B
SYSTEMD
# This is a "service unit file" for the systemd init system to launch
|
|
# 'guix-daemon'. Drop it in /etc/systemd/system or similar to have
|
|
# 'guix-daemon' automatically started.
|
|
|
|
[Unit]
|
|
Description=Build daemon for GNU Guix
|
|
|
|
[Service]
|
|
ExecStart=@bindir@/guix-daemon --build-users-group=guixbuild
|
|
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
|