[SOLVED] Can't start services on OpenRC
Hello, I've always used Arch Linux and decided to try Artix XFCE since I was getting a new SSD. But I can't start services of packages I installed.
For example, I tried to install Docker. Running
sudo pacman -S docker
was great, it installed successfully. It complained that the daemon was not running, so I tried to run
sudo rc-service docker start
and it failed with
* rc-service: service `docker' does not exist
This also happened when I tried to install PostgreSQL. Pacman installed it without problems, but OpenRC don't recognizes it.
What could I be doing wrong? Is there some configuration I should do before installing the packages?