mirror of
https://github.com/ivabus/speakersafetyd
synced 2025-06-07 16:00:29 +03:00
speakersafetyd.service: Enable blackbox & conservative threshold
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
f8d9c55cbb
commit
dd568f1391
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ Description=Speaker Protection Daemon
|
|||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/speakersafetyd -c /usr/share/speakersafetyd/
|
||||
ExecStart=/usr/bin/speakersafetyd -c /usr/share/speakersafetyd/ -b /var/lib/speakersafetyd/blackbox -m 7
|
||||
UMask=0066
|
||||
Restart=on-failure
|
||||
RestartSec=1
|
||||
|
|
Loading…
Reference in a new issue