nixos/pykms: rename systemd deprecated MemoryLimit
to MemoryMax
.
This commit is contained in:
parent
0591d6b57b
commit
0b426cd8e2
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ in
|
|||
WorkingDirectory = libDir;
|
||||
SyslogIdentifier = "pykms";
|
||||
Restart = "on-failure";
|
||||
MemoryLimit = cfg.memoryLimit;
|
||||
MemoryMax = cfg.memoryLimit;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue