On 4/14/22 08:44, Javier wrote:
> I have an additional question, sorry. Things are working for some time,
> but I'm still wondering.
>
> For oneshots, like cronie, I just need:
>
>> /etc/s6/adminsv/default/contents.d/cronie
> But for services, I'm including both, the -srv and the -log, like for
> dhcpcd:
>
>> /etc/s6/adminsv/default/contents.d/dhcpcd-log
>> /etc/s6/adminsv/default/contents.d/dhcpcd-srv
>
> I'm wondering if instead of the prior, I could just add for services,
> the service name, like done with oneshots, like just:
>
>> /etc/s6/adminsv/default/contents.d/dhcpcd
>
> I guess it'd be more straight forward. Is it supported?
>
> Thanks !
Yup you can just add "dhcpcd" and it will work. All of the -srv/-log
services define what's called a pipeline which is simply just the name
of the services without -log or -srv. So "dhcpcd" is just a bundle that
contains "dhcpcd-log" and "dhcpcd-srv".
More information about the artix-general
mailing list