summaryrefslogtreecommitdiffstats
path: root/conf/local.conf.systemd.append
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-07-29 19:44:05 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2021-07-30 10:29:35 +0200
commit31a770d3c0cb22c9f4ece068208d2e6b2c28f1ee (patch)
tree45dc83314dc336239e82f5d084541c3143841ed6 /conf/local.conf.systemd.append
parenta0d9835bad4c86416323b1055315fc1fb09bcde5 (diff)
downloadmeta-updater-31a770d3c0cb22c9f4ece068208d2e6b2c28f1ee.tar.gz
Convert to new override syntax
This is the result of automated script (0.9.0) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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"