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:
Ole-Morten Duesund 2025-09-29 13:54:11 +02:00
commit e77704ba03

2
debian/naas.service vendored
View file

@ -27,7 +27,7 @@ ProtectHome=true
ReadWritePaths=
# Resource limits
MemoryLimit=256M
MemoryMax=256M
CPUQuota=50%
[Install]