summaryrefslogtreecommitdiff
path: root/configs/talkingparabola/root-image/etc/systemd/system/livecd-alsa-unmuter.service
blob: 73a4d2ee012a2887a51d0972df9c096ad26a91ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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