fix-huawei-sound/restart-huawei-codec-fix.service

10 lines
208 B
SYSTEMD
Raw Permalink Normal View History

2023-01-29 07:21:38 +03:00
[Unit]
Description=Restart huawei codec fix after resume
After=suspend.target
[Service]
Type=simple
ExecStart=/usr/bin/systemctl --no-block restart huawei-codec-fix.service
[Install]
WantedBy=suspend.target