projects
/
platform
/
core
/
appfw
/
event-system.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90494de
)
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
patch
|
blob
|
history
diff --git
a/packaging/esd.service
b/packaging/esd.service
index 1a14b96b614dbf3cd27fb557c0227c5831a9e345..91ec8f3fe614135bfdc95514faf1f3d3bc2137dd 100644
(file)
--- a/
packaging/esd.service
+++ b/
packaging/esd.service
@@
-14,7
+14,7
@@
Environment=AUL_BLINK=1
ExecStart=/usr/bin/esd
Restart=on-failure
RestartSec=0
-Memory
Limit
=100M
+Memory
Max
=100M
[Install]
WantedBy=basic.target