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:
Samuel Thibault 2022-02-11 00:30:26 +01:00 committed by William Hubbs
commit ca234f2122

View file

@ -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