summaryrefslogtreecommitdiff
path: root/configs/profile/root-image/etc/systemd/system/livecd-alsa-unmuter.service
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2018-06-30 06:16:32 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2019-05-07 09:23:27 -0400
commitc3cad37b110f015a275b38af79a3a5bfe7bed639 (patch)
treecb86249ea0977a4fc99484ea79c974d10216d7d4 /configs/profile/root-image/etc/systemd/system/livecd-alsa-unmuter.service
parentcc333958668e319ac145f7d0b2d78122d4df8d21 (diff)
add braille and screen reader support from talkingparabola config
Diffstat (limited to 'configs/profile/root-image/etc/systemd/system/livecd-alsa-unmuter.service')
-rw-r--r--configs/profile/root-image/etc/systemd/system/livecd-alsa-unmuter.service15
1 files changed, 15 insertions, 0 deletions
diff --git a/configs/profile/root-image/etc/systemd/system/livecd-alsa-unmuter.service b/configs/profile/root-image/etc/systemd/system/livecd-alsa-unmuter.service
new file mode 100644
index 0000000..e3b9073
--- /dev/null
+++ b/configs/profile/root-image/etc/systemd/system/livecd-alsa-unmuter.service
@@ -0,0 +1,15 @@
+[Unit]
+Description=Unmute All Sound Card Controls For Use With The Live TalkingParabola Environment
+# This needs to run after the audio device becomes available.
+Wants=systemd-udev-settle.service
+After=systemd-udev-settle.service sound.target
+DefaultDependencies=no
+Before=shutdown.target
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/livecd-alsa-unmuter
+StandardOutput=syslog
+
+[Install]
+WantedBy=sound.target