From e4fd6acd2d59cd10450fc57cf89e2dcc3c1e9c87 Mon Sep 17 00:00:00 2001 From: bill-auger Date: Sat, 30 Jun 2018 06:16:32 -0400 Subject: add braille and screen reader support from talkingparabola config --- .../etc/systemd/system/livecd-alsa-unmuter.service | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 configs/profile/root-image/etc/systemd/system/livecd-alsa-unmuter.service (limited to 'configs/profile/root-image/etc/systemd/system') 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 -- cgit v1.2.2