projects
/
platform
/
core
/
context
/
context-service.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5b2f0d
)
MemoryLimit has been replaced by MemoryMax
16/312116/1
accepted/tizen_9.0_unified
accepted/tizen_unified_dev
accepted/tizen_unified_toolchain
tizen_9.0
accepted/tizen/9.0/unified/20241030.232021
accepted/tizen/unified/20240722.104224
accepted/tizen/unified/dev/20240724.110022
accepted/tizen/unified/toolchain/20240812.132031
accepted/tizen/unified/x/20240723.043600
accepted/tizen/unified/x/asan/20240813.230319
tizen_9.0_m2_release
author
Łukasz Stelmach
<l.stelmach@samsung.com>
Tue, 4 Jun 2024 09:58:18 +0000
(11:58 +0200)
committer
Łukasz Stelmach
<l.stelmach@samsung.com>
Tue, 4 Jun 2024 09:58:18 +0000
(11:58 +0200)
The MemoryLimit option is marked as deprecated in systemd and needs to
be changed to MemoryMax in unit files.
Change-Id: Ib4c7925029c36f2da537225cda56e81aa3bdab0f
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
packaging/contextd.service
patch
|
blob
|
history
diff --git
a/packaging/contextd.service
b/packaging/contextd.service
index 4a5901831e671962c15679bd8fc6f007c41d2f73..a104682d8a864823aaf84200b7ad9066e91a8933 100644
(file)
--- a/
packaging/contextd.service
+++ b/
packaging/contextd.service
@@
-12,7
+12,7
@@
BusName=org.tizen.context
ExecStart=/usr/bin/contextd
Restart=on-failure
SmackProcessLabel=System
-Memory
Limit
=30M
+Memory
Max
=30M
[Install]
WantedBy=multi-user.target