build: Don't embed absolute paths in .service and .conf service files.
authorLeo Famulari <leo@famulari.name>
Sun, 5 Mar 2017 19:33:13 +0000 (14:33 -0500)
committerLeo Famulari <leo@famulari.name>
Mon, 6 Mar 2017 18:25:51 +0000 (13:25 -0500)
commit613d0895b92c677e0639d5e77c55043e38e020c8
tree5f2600f6c1fdf0648d310d7198772a34b5286c8a
parentb812da70594f5d40647d156f69be0eb169d6be19
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@.
etc/guix-daemon.conf.in
etc/guix-daemon.service.in
etc/guix-publish.conf.in
etc/guix-publish.service.in
nix/local.mk