This series add two patches: * doc: Symlink daemon start-up files.
This patch ensures that always the current profile's daemon will be used. This solve a minor issue I experienced when updating guix 0.10 to 0.11: The guix-daemon 0.10 was still used since the `guix-daemon.service` file, which was copied, contains the path to the 0.10 daemon. So I'm now using a sym-link always pointing to the current profile's .service file and thus using the current profile's guix-daemon. * Add system start-up files for "guix publish". This eases setting up a "guix publish" service, just for convenience for those who want it. Primary this is meant for use in the local network. Hopefully this will encourage people to provide more public stores - which at least could be used for "guix Hartmut Goebel (2): doc: Symlink daemon start-up files. Add system start-up files for "guix publish". .gitignore | 2 ++ doc/guix.texi | 38 ++++++++++++++++++++++++++++++++++++-- etc/guix-publish.conf.in | 12 ++++++++++++ etc/guix-publish.service.in | 19 +++++++++++++++++++ nix/local.mk | 16 ++++++++-------- 5 files changed, 77 insertions(+), 10 deletions(-) create mode 100644 etc/guix-publish.conf.in create mode 100644 etc/guix-publish.service.in -- 2.7.4
