From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: One-shot Shepherd services Date: Fri, 19 Apr 2019 10:36:16 +0200 Message-ID: <87lg06gznj.fsf@gnu.org> References: <87ftqfngda.fsf@gnu.org> <698ac3b63c0c8106a94b6bf1f15526d0@disroot.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:33299) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hHP0M-00032J-8w for guix-devel@gnu.org; Fri, 19 Apr 2019 04:36:19 -0400 In-Reply-To: <698ac3b63c0c8106a94b6bf1f15526d0@disroot.org> (znavko@disroot.org's message of "Fri, 19 Apr 2019 04:09:10 +0000") 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: znavko@disroot.org Cc: Guix-devel znavko@disroot.org skribis: > Is there possibility to define dependencies? F.e. networking will depend = on my on-eshot service? Yes, this remains unchanged. > Also what is service 'networking' really is, and can I use wpa-supplicant= + dhcp-client without meta-service networking? On Guix System, there are several options to get the =E2=80=98networking=E2= =80=99 service: NetworkManager, Connman, the DHCP client, =E2=80=98static-networking-service=E2=80=99, and a couple of others. You h= ave to pick one from those. Ludo=E2=80=99.