summaryrefslogtreecommitdiff
path: root/etc/guix-daemon.service.in
Commit message (Expand)AuthorAgeFilesLines
* Increase "TasksMax" in 'guix-daemon.service'.•••* etc/guix-daemon.service.in (TasksMax): Increase to 8192. Signed-off-by: Leo Famulari <leo@famulari.name> Sergei Trofimovich2017-04-221-1/+3
* build: Don't embed absolute paths in .service and .conf service files.•••Otherwise, users will be stuck running an old copy of guix and the guix-daemon if they copy the service files instead of symlinking them. * etc/guix-daemon.conf.in, etc/guix-daemon.service.in, etc/guix-publish.conf.in, etc/guix-publish.service.in: Expand @localstatedir@ instead of @bindir@. * nix/local.mk (etc/guix-%.service, etc/guix-%.conf): Use @localstatedir@ instead of @bindir@. Leo Famulari2017-03-061-1/+1
* Set "GUIX_LOCPATH" in 'guix-daemon.service'.•••Suggested by Thomas Danckaert <thomas.danckaert@gmail.com>. * etc/guix-daemon.service.in (Environment): New value. Ricardo Wurmus2016-07-181-0/+1
* Add "TasksMax=1024" in 'guix-daemon.service'.•••Suggested by Joram Schrijver <i+guix-devel@joram.io>. * etc/guix-daemon.service.in (TasksMax): New value. Ludovic Courtès2016-04-251-0/+3
* Add 'guix-daemon.service' file for systemd.•••* etc/guix-daemon.service.in: New file, provided by Ricardo Wurmus. * daemon.am (CLEANFILES): Add etc/guix-daemon.service. (systemdservicedir, nodist_systemdservice_DATA): New variables. (EXTRA_DIST): Add etc/guix-daemon.service.in. * doc/guix.texi (Binary Installation, Build Environment Setup): Mention 'guix-daemon.service'. Ludovic Courtès2015-07-151-0/+15