diff mbox series

[meta-arago,master/kirkstone,PATCHv2,1/3] systemd: drop the useradd params

Message ID 20230609192415.3210941-2-rs@ti.com
State Superseded
Delegated to: Ryan Eatmon
Headers show
Series Fix some configuration options for systemd | expand

Commit Message

Randolph Sapp June 9, 2023, 7:24 p.m. UTC
From: Randolph Sapp <rs@ti.com>

This currently points to an invalid shell (bin -> sbin) and OE-Core has
been carrying the equivalent patch since: d18957925c (systemd: Create
missing sysusers offline, 2016-05-17)

Signed-off-by: Randolph Sapp <rs@ti.com>
---
 meta-arago-distro/recipes-core/systemd/systemd_%.bbappend | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-arago-distro/recipes-core/systemd/systemd_%.bbappend b/meta-arago-distro/recipes-core/systemd/systemd_%.bbappend
index 9e49ac69..a38ca124 100644
--- a/meta-arago-distro/recipes-core/systemd/systemd_%.bbappend
+++ b/meta-arago-distro/recipes-core/systemd/systemd_%.bbappend
@@ -3,8 +3,6 @@  PR:append = ".arago6"
 FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
 
 PACKAGECONFIG:append = " networkd resolved"
-USERADD_PARAM:${PN} += "--system -d / -M --shell /bin/nologin systemd-network;"
-USERADD_PARAM:${PN} += "--system -d / -M --shell /bin/nologin systemd-resolve;"
 
 SRC_URI:append = " \
     file://local.rules \