I’d give up the bacon and the server farms for affordable consumer grade hardware and tobacco.
- 0 Posts
- 5 Comments
Joined 11 months ago
Cake day: August 31st, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
well, if you were serious in your deduction, one point of it is that arch is not your only option.
Did you even try void?



Runit is actually quite simple. If you want a service that your distro packages, you just have to install it and symlink it’s directory from (in void’s case) /etc/sv/app-or-service to /var/service/app-or-service. Inside that dir you’ll find a “run” script and, maybe, a “finish” script that the service manager (sv) will use to initiate and interrupt the service. This is helpful to know if you want to create custom services; i have some for things like brightness, manual tiling, and clipboard management.