sound 23 January 2025, 15:38:57 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 likedinitctl restart soundSo, how should I set this up? Assuming pipewire Last Edit: 25 January 2025, 01:34:39 by n00b
Re: sound Reply #1 – 26 January 2025, 13:12:51 You can make a script to restart the services.Code: [Select]#!/bin/shdinitctl -u restart ...dinitctl -u restart ...Or maybe a service that depends on those, check dinit man pages.