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

12 lines
225 B
SYSTEMD

[Unit]
Description=Store sound on suspend
ConditionFileIsExecutable=/usr/sbin/alsactl
[Service]
Type=oneshot
UMask=0077
ExecStart=/usr/sbin/alsactl -f /tmp/.before-suspend-asound.state store
[Install]
WantedBy=sleep.target