Re: Systemd error on symlink

2017-01-20 Thread Hartmut Goebel
Am 20.01.2017 um 14:07 schrieb Leo Famulari: > Did somebody send a patch yet? I thought, you did?! -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: Systemd error on symlink

2017-01-20 Thread Leo Famulari
On Fri, Jan 20, 2017 at 12:31:35PM +0100, Hartmut Goebel wrote: > Am 20.01.2017 um 11:22 schrieb Pjotr Prins: > > will throw an error. The solution is not to symlink but to copy the service > > file. > > There is already a patch pending to change the manual, see >

Re: Systemd error on symlink

2017-01-20 Thread Hartmut Goebel
Am 20.01.2017 um 11:22 schrieb Pjotr Prins: > will throw an error. The solution is not to symlink but to copy the service > file. There is already a patch pending to change the manual, see http://lists.gnu.org/archive/html/guix-devel/2017-01/msg01199.html -- Regards Hartmut Goebel | Hartmut

Re: Systemd error on symlink

2017-01-20 Thread Ricardo Wurmus
Pjotr Prins 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

Systemd error on symlink

2017-01-20 Thread Pjotr Prins
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