From 5d5d0c4cba3bba5d782779d2907701bc99945967 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=81ukasz=20Stelmach?= Date: Tue, 4 Jun 2024 11:58:18 +0200 Subject: [PATCH] MemoryLimit has been replaced by MemoryMax MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- packaging/contextd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/contextd.service b/packaging/contextd.service index 4a59018..a104682 100644 --- 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 -MemoryLimit=30M +MemoryMax=30M [Install] WantedBy=multi-user.target -- 2.34.1