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

12 lines
262 B
SYSTEMD
Raw Permalink Normal View History

2023-01-29 07:21:38 +03:00
[Unit]
Description=huawei-codec-fix
Before=sleep.target
StopWhenUnneeded=yes
[Service]
Type=idle
ExecStart=/usr/local/bin/huawei-sound-fix
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target suspend.target hibernate.target hybrid-sleep.target sleep.target