From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jason Self" Subject: bug#25551: Upstart Init System Date: Thu, 26 Jan 2017 15:29:08 -0800 (PST) Message-ID: <1485473348.6277@bluehome.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="bound1485473348" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47370) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cWtUa-0008TM-IB for bug-guix@gnu.org; Thu, 26 Jan 2017 18:30:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cWtUR-0007dK-Mi for bug-guix@gnu.org; Thu, 26 Jan 2017 18:30:12 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:48440) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cWtUR-0007cn-KJ for bug-guix@gnu.org; Thu, 26 Jan 2017 18:30:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cWtUR-0005J2-8n for bug-guix@gnu.org; Thu, 26 Jan 2017 18:30:03 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47283) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cWtTg-0008Mf-Fo for bug-guix@gnu.org; Thu, 26 Jan 2017 18:29:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cWtTd-0007Ym-UO for bug-guix@gnu.org; Thu, 26 Jan 2017 18:29:16 -0500 Received: from q-static-134-169.avvanta.com ([206.124.134.169]:41554 helo=bluehome.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cWtTd-0007YR-Mh for bug-guix@gnu.org; Thu, 26 Jan 2017 18:29:13 -0500 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" To: 25551@debbugs.gnu.org This is a multi-part message in MIME format. --bound1485473348 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit The guix docs in [0] have a small bug of omission for upstart. After doing: # ln -s ~root/.guix-profile/lib/upstart/system/guix- daemon.conf /etc/init/ you should then do: initctl reload-configuration Otherwise the next part (start guix-daemon) fails saying it's not a service upstart knows about, since it was just added. [0] https://www.gnu.org/software/guix/manual/html_node/Binary- Installation.html --bound1485473348--