You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
374 B
13 lines
374 B
[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
|
|
|