Install on Artix Linux
If you are running a systemd-free system, such as Artix, you may want to install the version that supports an alternative init system, so that TBlock's daemon can start at boot.
If you are running a systemd-free system, such as Artix, you may want to install the version that supports an alternative init system, so that TBlock's daemon can start at boot.
To install the OpenRC version, you can use the AUR helper of your choice. Here, we will use yay:
yay -S tblock-openrc
To install the runit version, you can use the AUR helper of your choice. Here, we will use yay:
yay -S tblock-runit
To install the dinit version, you can use the AUR helper of your choice. Here, we will use yay:
yay -S tblock-dinit
TBlock currently does not support other init systems. If you want, you can write a system service and open a pull request to get it included in the project. It would be much appreciated.