mirror of
https://github.com/linux-speakup/espeakup.git
synced 2026-08-09 09:19:09 +02:00
Request systemd to protect espeakup from OOM
Otherwise it might get killed on memory pressure.
This commit is contained in:
parent
ca234f2122
commit
c99bfb8e45
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue