diff --git a/services/systemd/espeakup.service.in b/services/systemd/espeakup.service.in index da97c2a..ca5b2d7 100644 --- a/services/systemd/espeakup.service.in +++ b/services/systemd/espeakup.service.in @@ -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