projects
/
platform
/
framework
/
web
/
download-provider.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55cd762
)
MemoryLimit has been replaced by MemoryMax
38/312138/1
accepted/tizen/unified/20240718.010226
accepted/tizen/unified/dev/20240718.035952
accepted/tizen/unified/toolchain/20240812.133217
accepted/tizen/unified/x/20240718.022923
accepted/tizen/unified/x/asan/20240813.231548
author
Łukasz Stelmach
<l.stelmach@samsung.com>
Tue, 4 Jun 2024 13:29:53 +0000
(15:29 +0200)
committer
Łukasz Stelmach
<l.stelmach@samsung.com>
Tue, 4 Jun 2024 13:29:53 +0000
(15:29 +0200)
The MemoryLimit option is marked as deprecated in systemd and needs to
be changed to MemoryMax in unit files.
Change-Id: I8a92991eae33fd834be49ac09f68f46debf9c9c2
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
systemd/download-provider.service
patch
|
blob
|
history
diff --git
a/systemd/download-provider.service
b/systemd/download-provider.service
index 0eb8ec7957d1f510958e6cf4432122e9714a7ef9..ba931aebc21b6d29a29d2efb8e32e0c611f537a9 100755
(executable)
--- a/
systemd/download-provider.service
+++ b/
systemd/download-provider.service
@@
-8,7
+8,7
@@
SupplementaryGroups=priv_mediastorage
Type=simple
SmackProcessLabel=System
ExecStart=/usr/bin/download-provider
-Memory
Limit
=100M
+Memory
Max
=100M
Capabilities=cap_dac_override,cap_chown=i
SecureBits=keep-caps