summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastian Krause <bst@pengutronix.de>2019-07-09 11:11:36 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-07-09 18:14:16 +0200
commit8efb72459c870c38631e3317d5c8e1b8190f5ce2 (patch)
tree88f81d015ad4a93a248cbea854e6f2419cc45708
parent2c39dcb7692a8cc90901b9bd91ba8d29466cc0c4 (diff)
downloadptxdist-8efb72459c870c38631e3317d5c8e1b8190f5ce2.tar.gz
ptxdist-8efb72459c870c38631e3317d5c8e1b8190f5ce2.tar.xz
systemd: install systemd-sulogin-shell
This is used by emergency.service and rescue.service to spawn a maintenance shell. Signed-off-by: Bastian Krause <bst@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/systemd.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/systemd.make b/rules/systemd.make
index 4e85b437c..da375fd89 100644
--- a/rules/systemd.make
+++ b/rules/systemd.make
@@ -229,6 +229,7 @@ SYSTEMD_HELPER := \
systemd-shutdown \
systemd-sleep \
systemd-socket-proxyd \
+ systemd-sulogin-shell \
systemd-sysctl \
$(call ptx/ifdef, PTXCONF_SYSTEMD_TIMEDATE,systemd-time-wait-sync) \
$(call ptx/ifdef, PTXCONF_SYSTEMD_TIMEDATE,systemd-timedated) \