nixos/pykms: rename systemd deprecated MemoryLimit to MemoryMax.

This commit is contained in:
Vanilla
2023-02-06 11:25:48 +08:00
committed by Florian Brandes
parent 74a7f7e381
commit ece53fc882

View File

@@ -85,7 +85,7 @@ in
WorkingDirectory = libDir;
SyslogIdentifier = "pykms";
Restart = "on-failure";
MemoryLimit = cfg.memoryLimit;
MemoryMax = cfg.memoryLimit;
};
};
};