Fix systemd service deprecation warning
Replace deprecated MemoryLimit= with MemoryMax= to eliminate systemd warning about future removal of MemoryLimit= directive.
This commit is contained in:
parent
9a56793399
commit
e77704ba03
1 changed files with 1 additions and 1 deletions
2
debian/naas.service
vendored
2
debian/naas.service
vendored
|
|
@ -27,7 +27,7 @@ ProtectHome=true
|
|||
ReadWritePaths=
|
||||
|
||||
# Resource limits
|
||||
MemoryLimit=256M
|
||||
MemoryMax=256M
|
||||
CPUQuota=50%
|
||||
|
||||
[Install]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue