[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lsh-service definition in documentation
From: |
Ludovic Courtès |
Subject: |
Re: lsh-service definition in documentation |
Date: |
Fri, 21 Nov 2014 23:48:12 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Adam Pribyl <address@hidden> skribis:
> I probably did something terribly wrong as there is no networking
> service at all. I added the service definition into my system
> config.scm
> (services (cons (dhcp-client-service)
> %base-services))
That looks good. At the dmd level, that should provide a service called
‘networking’, hence ‘deco status networking’.
> it did something, but probably not the right thing. Generally it is
> not obvious to me what the argument [#:dhcp isc-dhcp] should
> be... maybe this is it?
#:dhcp is used to specify the package containing the DHCP client; the
default is OK.
Ludo’.