summaryrefslogtreecommitdiff
path: root/configs/talkingparabola/root-image/etc/systemd/system/livecd-alsa-unmuter.service
diff options
context:
space:
mode:
Diffstat (limited to 'configs/talkingparabola/root-image/etc/systemd/system/livecd-alsa-unmuter.service')
-rw-r--r--configs/talkingparabola/root-image/etc/systemd/system/livecd-alsa-unmuter.service15
1 files changed, 0 insertions, 15 deletions
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
deleted file mode 100644
index e3b9073..0000000
--- a/configs/talkingparabola/root-image/etc/systemd/system/livecd-alsa-unmuter.service
+++ /dev/null
@@ -1,15 +0,0 @@
-[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