From 1128eaad3ff68be9e156488fe6cc9c4eadcc4c01 Mon Sep 17 00:00:00 2001 From: Jorge Lopez Date: Thu, 4 Dec 2014 21:46:10 +0100 Subject: Add TalkingParabola and edit in live X11 the design --- .../etc/systemd/system/livecd-alsa-unmuter.service | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 configs/talkingparabola/root-image/etc/systemd/system/livecd-alsa-unmuter.service (limited to 'configs/talkingparabola/root-image/etc/systemd/system/livecd-alsa-unmuter.service') diff --git a/configs/talkingparabola/root-image/etc/systemd/system/livecd-alsa-unmuter.service b/configs/talkingparabola/root-image/etc/systemd/system/livecd-alsa-unmuter.service new file mode 100644 index 0000000..73a4d2e --- /dev/null +++ b/configs/talkingparabola/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 TalkingArch 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.3-54-g00ecf