Nice one, I'll use that. On Fri, Apr 07, 2017 at 02:07:16PM +0200, Andy Wingo wrote: > Debian uses systemd so as the manual tells me, I did: > > ln -s ~root/.guix-profile/lib/systemd/system/guix-daemon.service > /etc/systemd/system/ > systemctl start guix-daemon && systemctl enable guix-daemon > > This gave an error for the "enable" part; apparently that doesn't work. > But starting the daemon worked fine. In the future when I would reboot > the machine I would have to manually do a "systemctl start guix-daemon" > again.
I think that is the symlink issue which was documented somewhere. Pj.