summaryrefslogtreecommitdiffstats
path: root/conf/local.conf.systemd.append
diff options
context:
space:
mode:
Diffstat (limited to 'conf/local.conf.systemd.append')
-rw-r--r--conf/local.conf.systemd.append4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/local.conf.systemd.append b/conf/local.conf.systemd.append
index 12e0182..be2e281 100644
--- a/conf/local.conf.systemd.append
+++ b/conf/local.conf.systemd.append
@@ -3,7 +3,7 @@
3# It greatly helps diagnosing issues on testing devices but should be 3# It greatly helps diagnosing issues on testing devices but should be
4# carefully weighted against file system usage and flash device wear for 4# carefully weighted against file system usage and flash device wear for
5# production systems. Please refer to systemd's docs for more details 5# production systems. Please refer to systemd's docs for more details
6IMAGE_INSTALL_append += " systemd-journald-persistent" 6IMAGE_INSTALL:append += " systemd-journald-persistent"
7 7
8# Set resource limits for aktualizr service 8# Set resource limits for aktualizr service
9# 9#
@@ -12,4 +12,4 @@ IMAGE_INSTALL_append += " systemd-journald-persistent"
12#RESOURCE_CPU_WEIGHT_pn-aktualizr = "100" 12#RESOURCE_CPU_WEIGHT_pn-aktualizr = "100"
13#RESOURCE_MEMORY_HIGH_pn-aktualizr = "100M" 13#RESOURCE_MEMORY_HIGH_pn-aktualizr = "100M"
14#RESOURCE_MEMORY_MAX_pn-aktualizr = "80%" 14#RESOURCE_MEMORY_MAX_pn-aktualizr = "80%"
15IMAGE_INSTALL_append += " aktualizr-resource-control" 15IMAGE_INSTALL:append += " aktualizr-resource-control"