guh-linux-pro-ultra-max/live/airootfs/etc/systemd/system/livecd-alsa-unmuter.service
array-in-a-matrix 91aab54aed init
2023-06-23 22:33:47 -04:00

14 lines
374 B
Desktop File

[Unit]
Description=Unmute All Sound Card Controls For Use With The Live Arch Environment
# This needs to run after the audio device becomes available.
Wants=systemd-udev-settle.service
After=systemd-udev-settle.service sound.target
ConditionKernelCommandLine=accessibility=on
[Service]
Type=oneshot
ExecStart=/usr/local/bin/livecd-sound -u
[Install]
WantedBy=sound.target