summaryrefslogtreecommitdiff
path: root/configs/profile/root-image/etc/systemd/system/livecd-alsa-unmuter.service
blob: e3b90734d527017f7889260fa42411f639f7bbae (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 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