I know nothing.
I had a sound issue, which happens on this old machine. Often I need to reboot to fix them.
So i was thinking that I could set up dinit to just kill and restart all the services with one command. Since my sound uses bluetooth, and it sometimes also needs reset I guess I should include these too?
something like like
dinitctl restart sound
So, how should I set this up? Assuming pipewire
You can make a script to restart the services.
#!/bin/sh
dinitctl -u restart ...
dinitctl -u restart ...
Or maybe a service that depends on those, check dinit man pages.