TERES/SOFTWARE/A64-TERES/scripts/systemd-services/restore-sound-after-resume.service
Dimitar Gamishev 17f94ebf3a stuff
2017-10-13 14:07:48 +03:00

15 lines
368 B
SYSTEMD

[Unit]
Description=Restore sound after resume
After=suspend.target
After=tmp.mount
ConditionPathExists=/tmp/.before-suspend-asound.state
ConditionFileIsExecutable=/usr/sbin/alsactl
[Service]
Type=oneshot
ExecStart=/usr/sbin/alsactl -f /tmp/.before-suspend-asound.state restore
ExecStart=/bin/rm -f /tmp/.before-suspend-asound.state
[Install]
WantedBy=suspend.target