diff --git a/services/systemd/espeakup.service.in b/services/systemd/espeakup.service.in index ca5b2d7..075a717 100644 --- a/services/systemd/espeakup.service.in +++ b/services/systemd/espeakup.service.in @@ -12,6 +12,7 @@ ExecStart=@bindir@/espeakup --default-voice=${default_voice} ExecReload=kill -HUP $MAINPID Restart=always Nice=-10 +OOMScoreAdjust=-900 [Install] WantedBy=sound.target