Pjotr Prins <pjotr.publi...@thebird.nl> writes: > Following the manual: > > If your host distro uses the systemd init system, this can be achieved with > these commands: > > # ln -s ~root/.guix-profile/lib/systemd/system/guix-daemon.service \ > /etc/systemd/system/ > # systemctl start guix-daemon && systemctl enable guix-daemon > > will throw an error. The solution is not to symlink but to copy the service > file.
This actually depends on the version of systemd. More recent versions (e.g. on Fedora or RHEL) are okay with symlinking. ~~ Ricardo