Config file not respected under systemd, using quotes as recommended
My earlyoom install was killing processes that I was asking it to ignore. I couldn't figure out why for a while, then eventually Claude spotted the problem.
The short version is that the single-quotes (as recommended in the Readme) are included in the regex pattern. (at least when run via systemd)
Claude prepared a PR to change the docs to match the pattern that actually works in practice, on my machine in #379
Or, I have a backup PR ready to actually change the parsing logic to strip out the single quotes. But then of course it would be a backwards-incompatible change, so I didn't want to lead off with that.
Let me know what you prefer, or if I'm taking crazy pills!
0 条评论