<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix.git/etc/guix-daemon.service.in, branch master</title>
<subtitle>Personal branch of https://git.savannah.gnu.org/cgit/guix.git/ for implementing 'guix deploy'.
</subtitle>
<id>https://git.jakob.space/guix.git/atom?h=master</id>
<link rel='self' href='https://git.jakob.space/guix.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/'/>
<updated>2019-06-05T09:48:55Z</updated>
<entry>
<title>etc: guix-daemon.service.in: Fix GUIX_LOCPATH quoting.</title>
<updated>2019-06-05T09:48:55Z</updated>
<author>
<name>Jack Hill</name>
<email>jackhill@jackhill.us</email>
</author>
<published>2019-06-03T18:42:16Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=579d17b70dac067f8194ede46513400b91ac136a'/>
<id>urn:sha1:579d17b70dac067f8194ede46513400b91ac136a</id>
<content type='text'>
Fixes &lt;https://bugs.gnu.org/36074&gt;.

* etc/guix-daemon.service.in: Move the GUIX_LOCPATH environment variable name
inside the quotes.

Signed-off-by: Ricardo Wurmus &lt;rekado@elephly.net&gt;
</content>
</entry>
<entry>
<title>Set 'LC_ALL=en_US.utf8' in systemd '.service' files.</title>
<updated>2019-05-13T21:46:08Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2019-05-13T21:42:09Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=489d6c0dc03f1d95a3fefa6301f36cac9b50b2c3'/>
<id>urn:sha1:489d6c0dc03f1d95a3fefa6301f36cac9b50b2c3</id>
<content type='text'>
Fixes &lt;https://bugs.gnu.org/35671&gt;.

* etc/guix-daemon.service.in (Environment): Quote the 'GUIX_LOCPATH'
value; add 'LC_ALL'.
* etc/guix-publish.service.in (Environment): Likewise.
</content>
</entry>
<entry>
<title>build: Binary tarball now populates the "current-guix" profile.</title>
<updated>2018-11-23T14:42:01Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2018-10-21T20:22:13Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=e9926f80c6553fde50ce1fcfd38d6370f841efd2'/>
<id>urn:sha1:e9926f80c6553fde50ce1fcfd38d6370f841efd2</id>
<content type='text'>
* Makefile.am (guix-binary.%.tar.xz): Pass
'--profile-name=current-guix'.  Remove glibc and glibc-utf8-locales.
* doc/guix.texi (Binary Installation): Update accordingly.
* etc/guix-install.sh
* etc/guix-install.sh (sys_create_store, sys_enable_guix_daemon)
(sys_authorize_build_farms): Likewise.
* etc/guix-publish.conf.in, etc/guix-publish.service.in,
etc/guix-daemon.conf.in, etc/guix-daemon.service.in: Update file names
accordingly.
</content>
</entry>
<entry>
<title>Increase "TasksMax" in 'guix-daemon.service'.</title>
<updated>2017-04-23T00:45:08Z</updated>
<author>
<name>Sergei Trofimovich</name>
<email>slyfox@inbox.ru</email>
</author>
<published>2017-04-22T17:33:03Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=644f95111cd3566b2136f935624a82210eec2c8a'/>
<id>urn:sha1:644f95111cd3566b2136f935624a82210eec2c8a</id>
<content type='text'>
* etc/guix-daemon.service.in (TasksMax): Increase to 8192.

Signed-off-by: Leo Famulari &lt;leo@famulari.name&gt;
</content>
</entry>
<entry>
<title>build: Don't embed absolute paths in .service and .conf service files.</title>
<updated>2017-03-06T18:25:51Z</updated>
<author>
<name>Leo Famulari</name>
<email>leo@famulari.name</email>
</author>
<published>2017-03-05T19:33:13Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=613d0895b92c677e0639d5e77c55043e38e020c8'/>
<id>urn:sha1:613d0895b92c677e0639d5e77c55043e38e020c8</id>
<content type='text'>
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@.
</content>
</entry>
<entry>
<title>Set "GUIX_LOCPATH" in 'guix-daemon.service'.</title>
<updated>2016-07-18T04:56:29Z</updated>
<author>
<name>Ricardo Wurmus</name>
<email>rekado@elephly.net</email>
</author>
<published>2016-07-18T04:50:21Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=2517a7b3e2a37f6fa9f1e4cb5c42ef8e03f6acaa'/>
<id>urn:sha1:2517a7b3e2a37f6fa9f1e4cb5c42ef8e03f6acaa</id>
<content type='text'>
Suggested by Thomas Danckaert &lt;thomas.danckaert@gmail.com&gt;.

* etc/guix-daemon.service.in (Environment): New value.
</content>
</entry>
<entry>
<title>Add "TasksMax=1024" in 'guix-daemon.service'.</title>
<updated>2016-04-25T21:27:09Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2016-04-25T12:49:58Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=f489ce3c9343e3ba9927645d11fcb91bb69f0fa7'/>
<id>urn:sha1:f489ce3c9343e3ba9927645d11fcb91bb69f0fa7</id>
<content type='text'>
Suggested by Joram Schrijver &lt;i+guix-devel@joram.io&gt;.

* etc/guix-daemon.service.in (TasksMax): New value.
</content>
</entry>
<entry>
<title>Add 'guix-daemon.service' file for systemd.</title>
<updated>2015-07-15T21:57:01Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2015-07-15T15:13:16Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=d2825c96141c7b6844d9e04f982919c0509165e1'/>
<id>urn:sha1:d2825c96141c7b6844d9e04f982919c0509165e1</id>
<content type='text'>
* 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'.
</content>
</entry>
</feed>
