2015-07-15 15:13:16 +00:00
|
|
|
# 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]
|
2017-03-05 19:33:13 +00:00
|
|
|
ExecStart=@localstatedir@/guix/profiles/per-user/root/guix-profile/bin/guix-daemon --build-users-group=guixbuild
|
2016-07-18 04:50:21 +00:00
|
|
|
Environment=GUIX_LOCPATH=/root/.guix-profile/lib/locale
|
2015-07-15 15:13:16 +00:00
|
|
|
RemainAfterExit=yes
|
|
|
|
StandardOutput=syslog
|
|
|
|
StandardError=syslog
|
|
|
|
|
2016-04-25 12:49:58 +00:00
|
|
|
# See <https://lists.gnu.org/archive/html/guix-devel/2016-04/msg00608.html>.
|
2017-04-22 17:33:03 +00:00
|
|
|
# Some package builds (for example, go@1.8.1) may require even more than
|
|
|
|
# 1024 tasks.
|
|
|
|
TasksMax=8192
|
2016-04-25 12:49:58 +00:00
|
|
|
|
2015-07-15 15:13:16 +00:00
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|