From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: GNU Shepherd 0.6.1 released Date: Mon, 13 May 2019 09:59:09 +0200 Message-ID: <8736livl82.fsf@gnu.org> References: <87imugx4u8.fsf@gnu.org> <874l60zhrz.fsf@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <874l60zhrz.fsf@web.de> (Arne Babenhauserheide's message of "Sun, 12 May 2019 01:35:28 +0200") 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: Arne Babenhauserheide Cc: guix-devel@gnu.org, guile-user@gnu.org Hi Arne, Arne Babenhauserheide skribis: > Ludovic Court=C3=A8s writes: [...] >> interface. The GNU Shepherd may also be used by unprivileged users to >> manage per-user daemons (e.g., tor, privoxy, mcron, etc.) > > Is there a tutorial about using shepherd for per-user daemons? I don=E2= =80=99t > really know how to start with it, but I would very much like to > move services from "just start this in ~/.bashrc" to shepherd. There=E2=80=99s no tutorial, but the manual has a couple of examples, and I think it=E2=80=99s rather easy to get started. Cheers, Ludo=E2=80=99.