On Thu, Mar 16, 2017 at 8:53 PM, Neil Bothwick <n...@digimed.co.uk> wrote:
> On Thu, 16 Mar 2017 18:13:22 -0600, the...@sys-concept.com wrote:
>>>>
>>>> but running: /etc/init.d/modules-load restart
>>>> does not restart the module.
>>>
>>> Does modprobe load it?
>>
>> Yes, it did; thank you.
>> modprobe it87 Worked.
>>
>> But when I run:
>> /etc/init.d/modules-load restart
>>
>> It is not showing up?
>> I have "it87" in /etc/config.d/modules
>
> The should be
>
> modules="it87"
>
> and it should be in /etc/conf.d/modules

And then it should be

rc-service modules restart
or
/etc/init.d/modules restart

because "/etc/init.d/modules-load" deals with modules listed in
systemd's "/etc/modules-load.d/" not openrc's "/etc/conf.d/modules".

Reply via email to