Re: saving the default sound device across every boot
Artix Linux Forum - Index [Unofficial]
March 23, 2026
On my alsa based system using nitro init, which I've been developing/playing with, I have a service with a run script and a fihish script
Code: [Select]
$ cat alsa/run
#!/bin/sh
set -e
alsactl nrestore
exec chpst -b alsa pause
[code]$ cat alsa/finish...
Discussion in the ATmosphere