From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:40293) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j2Wat-0005IX-AW for guix-patches@gnu.org; Fri, 14 Feb 2020 03:45:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j2Was-0000AG-B8 for guix-patches@gnu.org; Fri, 14 Feb 2020 03:45:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:54858) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j2Was-00009z-8B for guix-patches@gnu.org; Fri, 14 Feb 2020 03:45:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j2Was-0007PI-6W for guix-patches@gnu.org; Fri, 14 Feb 2020 03:45:02 -0500 Subject: [bug#39329] [PATCH v4 2/2] guix-install.sh: Install SysV init script. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20200128155529.12071-1-dannym@scratchpost.org> <20200128173858.14978-1-dannym@scratchpost.org> <20200128173858.14978-3-dannym@scratchpost.org> Date: Fri, 14 Feb 2020 09:44:06 +0100 In-Reply-To: <20200128173858.14978-3-dannym@scratchpost.org> (Danny Milosavljevic's message of "Tue, 28 Jan 2020 18:38:58 +0100") Message-ID: <87h7ztk17t.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Danny Milosavljevic Cc: 39329@debbugs.gnu.org Danny Milosavljevic skribis: > * etc/guix-install.sh (sys_enable_guix_daemon): Install SysV init script. [...] > + update-rc.d guix-daemon defaults && > + update-rc.d guix-daemon enable && > + service guix-daemon start; } && > + _msg "${PAS}enabled Guix daemon via sysv" Maybe s/sysv/SysV/ for clarity. Otherwise LGTM, thank you! Ludo=E2=80=99.