projects
/
platform
/
core
/
system
/
activationd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f24c0b1
)
MemoryLimit has been replaced by MemoryMax
25/312125/1
accepted/tizen/unified/20240619.151920
accepted/tizen/unified/dev/20240701.072900
accepted/tizen/unified/toolchain/20240624.121416
accepted/tizen/unified/x/20240620.061551
accepted/tizen/unified/x/asan/20240625.092244
author
Łukasz Stelmach
<l.stelmach@samsung.com>
Tue, 4 Jun 2024 11:02:30 +0000
(13:02 +0200)
committer
Łukasz Stelmach
<l.stelmach@samsung.com>
Tue, 4 Jun 2024 11:02:30 +0000
(13:02 +0200)
The MemoryLimit option is marked as deprecated in systemd and needs to
be changed to MemoryMax in unit files.
Change-Id: I931ec8da1c684353c1956ad90c3dcad9d90c1bbe
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
actd.service.in
patch
|
blob
|
history
diff --git
a/actd.service.in
b/actd.service.in
index e84950cdb4ae340ccef7b4bbc30aa564111ccfe0..d45ef8ea18930a7d42f0b217ae783c0a57f9ffc4 100644
(file)
--- a/
actd.service.in
+++ b/
actd.service.in
@@
-10,7
+10,7
@@
ConditionPathExists=!/opt/.factoryreset
[Service]
ExecStart=@sbindir@/actd
SmackProcessLabel=System
-Memory
Limit
=20M
+Memory
Max
=20M
[Install]
WantedBy=basic.target