changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > box / airootfs/etc/systemd/system/livecd-alsa-unmuter.service

changeset 2: 2fafbe22bd34
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 31 May 2024 17:30:09 -0400
permissions: -rw-r--r--
description: init releng
1 [Unit]
2 Description=Unmute All Sound Card Controls For Use With The Live Arch Environment
3 # This needs to run after the audio device becomes available.
4 Wants=systemd-udev-settle.service
5 After=systemd-udev-settle.service sound.target
6 ConditionKernelCommandLine=accessibility=on
7 
8 [Service]
9 Type=oneshot
10 ExecStart=/usr/local/bin/livecd-sound -u
11 
12 [Install]
13 WantedBy=sound.target