suyu-os/airootfs/etc/systemd/system/livecd-alsa-unmuter.service
Crimson Hawk 2dc0dcc04e
initial release
- use gamemode
- rebranded bootloader to suyuOS
- included lastest source code
- include user suyu

This project is officially made BUT NOT OFFICIALLY SUPPORTED
2024-04-12 20:58:10 +08:00

13 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