From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [Patch v2 1/2] doc: Symlink daemon start-up files. Date: Wed, 23 Nov 2016 22:22:41 +0100 Message-ID: <87k2bt6gda.fsf@gnu.org> References: <1479749611-829-1-git-send-email-h.goebel@crazy-compilers.com> <1479749611-829-2-git-send-email-h.goebel@crazy-compilers.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37580) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c9f0D-0001fv-4W for guix-devel@gnu.org; Wed, 23 Nov 2016 16:22:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c9f08-00081z-7l for guix-devel@gnu.org; Wed, 23 Nov 2016 16:22:49 -0500 In-Reply-To: <1479749611-829-2-git-send-email-h.goebel@crazy-compilers.com> (Hartmut Goebel's message of "Mon, 21 Nov 2016 18:33:30 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Hartmut Goebel Cc: guix-devel@gnu.org Hartmut Goebel skribis: > This patch ensures that always the current profile's daemon will be used. > > The .service file contains the path to the guix-daemon within the store. = Thus > when copying the file, it will point to the very version of guix-daemon u= sed > at the time of copying =E2=80=93 even after system upgrade or when this v= ersion has > been garbage collected from the store. > > * doc/guix.texi (Binary Installation): Change example code for installing > the systemd and Upstart files to use symbolic links instead of copying > the files. OK! Ludo'.