blob: 1a04f58e38ec8493b6aa999b0690762197c3464a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
[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
|