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.

OpenRC version

To install the OpenRC version, you can use the AUR helper of your choice. Here, we will use yay:

yay -S tblock-openrc

runit version

To install the runit version, you can use the AUR helper of your choice. Here, we will use yay:

yay -S tblock-runit

dinit version

To install the dinit version, you can use the AUR helper of your choice. Here, we will use yay:

yay -S tblock-dinit

Other init systems

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.