Re: overview of runit?
Reply #2 –
Welcome to Artix
To install the networkmanager service for runit:
pacman -S networkmanager-runit
And to enable the service:
ln -s /etc/runit/sv/networkmanager /etc/runit/runsvdir/default
For other programs search the artix packages and check for -runit
I would re-read the wiki a couple of times, my simple explanation of runit is,
- On boot runit goes through 3 stages (init, runtime, shutdown) to initialize the necessary programs in the required order
- The above command adds a symbolic link, so at runtime runit cycles through the directory starting all those programs, checking for a run script
Also have a look inside the script that starts the service, to understand what is happening
cat /etc/runit/sv/networkmanager/run