Merge pull request #140604 from obadz/earlyoom-stderr
This commit is contained in:
commit
947fb3818f
@ -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} \
|
||||
|
Loading…
Reference in New Issue
Block a user