mirror of
https://github.com/linux-speakup/espeakup.git
synced 2026-08-09 09:19:09 +02:00
Request systemd to prioritize espeakup
So speech doesn't get choppy on a loaded system. As suggested by Nick Gawronski. This fixes #46.
This commit is contained in:
parent
316e4fc51d
commit
ca234f2122
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ Environment="default_voice="
|
|||
ExecStart=@bindir@/espeakup --default-voice=${default_voice}
|
||||
ExecReload=kill -HUP $MAINPID
|
||||
Restart=always
|
||||
Nice=-10
|
||||
|
||||
[Install]
|
||||
WantedBy=sound.target
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue