From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47005) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dWcLe-0005VN-4R for guix-patches@gnu.org; Sun, 16 Jul 2017 01:44:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dWcLa-0000Mo-S1 for guix-patches@gnu.org; Sun, 16 Jul 2017 01:44:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:38256) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dWcLa-0000Mb-OB for guix-patches@gnu.org; Sun, 16 Jul 2017 01:44:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dWcLa-0008Iw-3D for guix-patches@gnu.org; Sun, 16 Jul 2017 01:44:02 -0400 Subject: bug#27707: [PATCH] Remove task from 'guix-daemon.conf'. Resent-To: guix-patches@gnu.org Resent-Message-ID: Date: Sun, 16 Jul 2017 06:42:52 +0100 From: Christopher Baines Message-ID: <20170716064252.0c8118d9@cbaines.net> In-Reply-To: <20170715145322.14532-1-mail@cbaines.net> References: <20170715145322.14532-1-mail@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; boundary="Sig_/kh.ZtdRxH+O=jKDEPWhZ/gF"; protocol="application/pgp-signature" 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: 27707-done@debbugs.gnu.org --Sig_/kh.ZtdRxH+O=jKDEPWhZ/gF Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Sat, 15 Jul 2017 15:53:22 +0100 Christopher Baines wrote: > The 'task' means that events that led to this job starting will be > blocked until it has stopped. Tasks are short lived jobs, whereas the > guix-daemon is a long lived service. Including 'task' means that > attempts to start the guix-daemon appear to hang, as upstart waits > for it to exit. >=20 > * etc/guix-daemon.conf.in: Remove 'task'. > --- > etc/guix-daemon.conf.in | 2 -- > 1 file changed, 2 deletions(-) >=20 > diff --git a/etc/guix-daemon.conf.in b/etc/guix-daemon.conf.in > index 09c70cde3..74706055f 100644 > --- a/etc/guix-daemon.conf.in > +++ b/etc/guix-daemon.conf.in > @@ -7,6 +7,4 @@ start on runlevel [2345] > =20 > stop on runlevel [016] > =20 > -task > - > exec > @localstatedir@/guix/profiles/per-user/root/guix-profile/bin/guix-daemon > --build-users-group=3Dguixbuild I've now pushed this patch. --Sig_/kh.ZtdRxH+O=jKDEPWhZ/gF Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEPonu50WOcg2XVOCyXiijOwuE9XcFAllq/NxfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcACgkQXiijOwuE 9Xd21BAAoumtUHlusuojWlnsu8gAjgBUwExkTChhAj8VzFq5hp25Cw3Fcuyo92wj yXL1ZiCHb5e03ZxvA9R91/p+MVvPpr3lMKxiOnYZGrl+Uh+9YTDbgE48qPfxGtLL ORzxRGKXE4CAxWKa5DucIwY6+Lq5vJ5AfjzEiP9QVqjpE5P4QhFhqrLYlPQJp93v V+FvLHpd37Tu40DSllRL2Q22jtr048rlORk53cClxrpNqKRzXkySbxEEUCXqXLQ8 vb1koaYd9jj+xpBB4ptay0euOOH1s2/QLqj5PDkPBSWHWPZxgPPo0rkHyMM801yZ ty9apELxknqPdvU6deqw7GXimNbdrN+ztok3pqA7VAMSM1dkvR0ikC3Wd0MOT8eK msFpnqF0xsWAxG0encSxJKAvM/JXx177v9V2eGbNfrszQvu9YHvvgP1CKEpDdvUh lJieTCd/LtcOmfrUWo0+3LfzA+pf++BGEf1cnLNVTpe7aXICSWmR23J+3Yh2tj3M NsDhl3sRU03gK371ZwMJ1uHyhS0qedFqFeTACMUmx1H4e4FIcDxgugviBiINXSS4 BZVKihhCh7P56cDL1TgEkbmXaiiONJeCNph+ew1eVdkfci8dLus4GDdETWjywRFL WIUSRnYTnTSmaQ43sZRwd5gMm/2x+9eDlwupMTSzWSA/gHGpxJw= =fNQT -----END PGP SIGNATURE----- --Sig_/kh.ZtdRxH+O=jKDEPWhZ/gF--