summaryrefslogtreecommitdiff
path: root/meta-google/recipes-core/systemd/systemd_%.bbappend
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2021-04-16 12:10:42 +0300
committerWilliam A. Kennington III <wak@google.com>2021-04-16 22:24:00 +0300
commit68e9845b2938b4d1db36ccd7c7404f7e99b04d81 (patch)
treedc2a839619193540ca38f17daa40850ee1d59a26 /meta-google/recipes-core/systemd/systemd_%.bbappend
parentcc2e0f8f364eeef1b3074b3fbda1d2cf9b21cb6c (diff)
downloadopenbmc-68e9845b2938b4d1db36ccd7c7404f7e99b04d81.tar.xz
meta-google: systemd: Remove unused sysinit
We don't need sysv compatability so remove it from systemd Change-Id: I4eabf7259d7449a94d9e72a8a372c29e52dc3e5d Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'meta-google/recipes-core/systemd/systemd_%.bbappend')
-rw-r--r--meta-google/recipes-core/systemd/systemd_%.bbappend3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-google/recipes-core/systemd/systemd_%.bbappend b/meta-google/recipes-core/systemd/systemd_%.bbappend
index 88065e2e0..d40168e45 100644
--- a/meta-google/recipes-core/systemd/systemd_%.bbappend
+++ b/meta-google/recipes-core/systemd/systemd_%.bbappend
@@ -3,3 +3,6 @@ PACKAGECONFIG_append_gbmc = " coredump"
# Disable timesync as we don't use it and it makes rebooting much slower
PACKAGECONFIG_remove_gbmc = "timesyncd"
+
+# We don't need any legacy sysv rc compatability
+PACKAGECONFIG_remove_gbmc = "sysvinit"