aboutsummaryrefslogtreecommitdiffstats
path: root/meta-mel/recipes-core/systemd/systemd_%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-mel/recipes-core/systemd/systemd_%.bbappend')
-rw-r--r--meta-mel/recipes-core/systemd/systemd_%.bbappend16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-mel/recipes-core/systemd/systemd_%.bbappend b/meta-mel/recipes-core/systemd/systemd_%.bbappend
deleted file mode 100644
index 33ab5b6c..00000000
--- a/meta-mel/recipes-core/systemd/systemd_%.bbappend
+++ /dev/null
@@ -1,16 +0,0 @@
-# ---------------------------------------------------------------------------------------------------------------------
-# SPDX-License-Identifier: MIT
-# ---------------------------------------------------------------------------------------------------------------------
-
-SYSTEMD_LOGLEVEL ?= "info"
-SYSTEMD_LOGLEVEL:mel ?= "emerg"
-
-do_compile:append:mel () {
- printf '[Manager]\n' >loglevel.conf
- printf 'LogLevel=${SYSTEMD_LOGLEVEL}\n' >>loglevel.conf
-}
-
-do_install:append:mel () {
- install -d "${D}${nonarch_libdir}/systemd/system.conf.d"
- install -m 0644 loglevel.conf "${D}${nonarch_libdir}/systemd/system.conf.d/"
-}