summaryrefslogtreecommitdiff
path: root/configs/talkingparabola-X11/root-image/etc/systemd/system/livecd-alsa-unmuter.service
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2017-10-16 18:52:38 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2017-11-16 11:13:13 -0500
commitcfb9207ead40dc9b12e37578fab2641f213b3640 (patch)
treea68275b10d8dba78a79803984661ba1ade985067 /configs/talkingparabola-X11/root-image/etc/systemd/system/livecd-alsa-unmuter.service
parentf1a8d3007a018cde15b6c49f761a9eac2543a23c (diff)
delete edition-specific configs
* the original intention was for each edition on separate branches * this commit builds only the main CLI ISO as originally intended * preparing for editions to be specified as CLI args to master script
Diffstat (limited to 'configs/talkingparabola-X11/root-image/etc/systemd/system/livecd-alsa-unmuter.service')
-rw-r--r--configs/talkingparabola-X11/root-image/etc/systemd/system/livecd-alsa-unmuter.service15
1 files changed, 0 insertions, 15 deletions
diff --git a/configs/talkingparabola-X11/root-image/etc/systemd/system/livecd-alsa-unmuter.service b/configs/talkingparabola-X11/root-image/etc/systemd/system/livecd-alsa-unmuter.service
deleted file mode 100644
index e3b9073..0000000
--- a/configs/talkingparabola-X11/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