Topic: How to Make OpenRC Aware of Service?
I am attempting to enable a service with OpenRC with the following command:
sudo rc-update add foo default
I receive the following error message:
* rc-update: service `foo' does not exist
However, the command 'whereis foo' provides the following information:
foo: /usr/bin/foo /usr/share/man/man1/foo.1.gz
Service foo exists, but OpenRC is not aware foo exists.
How do I make OpenRC aware of binary foo?