From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: bug#22695: Binary Installation bugs and suggestions Date: Tue, 16 Feb 2016 14:53:07 -0500 Message-ID: <20160216195307.GA19703@jasmine> References: <878u2k4oh5.fsf@gmail.com> <20160216165137.GA6053@solar> <20160216195048.GA19487@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45713) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVlgJ-0008R4-25 for bug-guix@gnu.org; Tue, 16 Feb 2016 14:53:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVlgD-00062D-VT for bug-guix@gnu.org; Tue, 16 Feb 2016 14:53:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:39752) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVlgD-000629-R7 for bug-guix@gnu.org; Tue, 16 Feb 2016 14:53:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aVlgD-0001u1-JA for bug-guix@gnu.org; Tue, 16 Feb 2016 14:53:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <20160216195048.GA19487@jasmine> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Andreas Enge Cc: myglc2 , 22695@debbugs.gnu.org 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" 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 > > > > > > > > > > >