Skip to main content
Topic: sound (Read 126 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

sound

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





 

Re: sound

Reply #1
You can make a script to restart the services.

Code: [Select]
#!/bin/sh
dinitctl -u restart ...
dinitctl -u restart ...

Or maybe a service that depends on those, check dinit man pages.