uservice is a small static program that you give systemd style commands and it will translate them to your installed init system
This is useful if you use many distros and swapping between syntax of init systems is annoying
- systemd
- Arch Linux
- CachyOS
- Raspberry Pi OS
- openRC
- Alpine Linux
uservice start <service>uservice stop <service>uservice restart <service>uservice status <service>uservice enable <service>uservice disable <service>
Download the repo and run make to compile
Copy the resulting binary to /bin
You may or may not need to restart your shell
If you are updating just redownload and repeat the steps and overwrite the file
- On OpenRC enabling and disabling services always happens on runlevel
default