bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#22695: Binary Installation bugs and suggestions


From: Leo Famulari
Subject: bug#22695: Binary Installation bugs and suggestions
Date: Tue, 16 Feb 2016 14:53:07 -0500
User-agent: Mutt/1.5.24 (2015-08-30)

On Tue, Feb 16, 2016 at 02:50:48PM -0500, Leo Famulari wrote:
> On Tue, Feb 16, 2016 at 05:51:37PM +0100, Andreas Enge wrote:
> > On Tue, Feb 16, 2016 at 11:19:34AM -0500, myglc2 wrote:
> > > "Thompson, David" <address@hidden> writes:
> > > > What didn't work, exactly?  I've personally done this on systemd
> > > > setups and it works fine.
> > > When I reboot my Debian 8 server, guix-daemon is not running.
> > 
> > I had the same experience on my arm machines. So this might be a real bug.
> > Or does one need to do more than copy the file and reboot?
> 
> Standard systemd service installation:
> 
> $ cp foo.service where-you-want-it && systemctl daemon-reload && systemctl 
> start foo.service
> 
> No reboot is necessary.

I forgot a step:

$ cp foo.service where-you-want it && systemctl daemon-reload \
&& systemctl enable foo && systemctl start foo

You can start foo without enabling, but enabling is what makes it start
automatically.

> 
> > 
> > Andreas
> > 
> > 
> > 
> > 
> 
> 
> 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]