Merge pull request #140604 from obadz/earlyoom-stderr

This commit is contained in:
Sandro 2021-10-05 17:16:59 +02:00 committed by GitHub
commit 947fb3818f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,6 +106,7 @@ in
path = optional ecfg.enableNotifications pkgs.dbus;
serviceConfig = {
StandardOutput = "null";
StandardError = "journal";
ExecStart = ''
${pkgs.earlyoom}/bin/earlyoom \
-m ${toString ecfg.freeMemThreshold} \