summaryrefslogtreecommitdiff
path: root/configs/talkingparabola/root-image/etc/systemd/system/livecd-alsa-unmuter.service
diff options
context:
space:
mode:
authorJorge Lopez <jorginho@riseup.net>2014-12-04 21:46:10 +0100
committerJorge Lopez <jorginho@riseup.net>2014-12-04 21:46:10 +0100
commit1128eaad3ff68be9e156488fe6cc9c4eadcc4c01 (patch)
tree53024aec8c7e473201c40e01ba16519c8dd16a0e /configs/talkingparabola/root-image/etc/systemd/system/livecd-alsa-unmuter.service
parentcdb7aa1413132df18c92b96d0d93dd4e12daa761 (diff)
Add TalkingParabola and edit in live X11 the design
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, 15 insertions, 0 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
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