MemoryLimit has been replaced by MemoryMax 10/312110/1
authorŁukasz Stelmach <l.stelmach@samsung.com>
Tue, 4 Jun 2024 09:31:22 +0000 (11:31 +0200)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Tue, 4 Jun 2024 09:31:22 +0000 (11:31 +0200)
The  MemoryLimit option is marked as deprecated in systemd and needs to
be changed to MemoryMax in unit files.

Change-Id: I3ffada20db4dd091729f26fed017615efdf6f691
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
packaging/esd.service

index 1a14b96b614dbf3cd27fb557c0227c5831a9e345..91ec8f3fe614135bfdc95514faf1f3d3bc2137dd 100644 (file)
@@ -14,7 +14,7 @@ Environment=AUL_BLINK=1
 ExecStart=/usr/bin/esd
 Restart=on-failure
 RestartSec=0
-MemoryLimit=100M
+MemoryMax=100M
 
 [Install]
 WantedBy=basic.target