From cd416f247a60bad6adfb23c7524b5543fc422018 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 17 Jun 2020 14:11:24 +0200 Subject: deps/elogind: add a 'start' argument to the rc script --- deps/elogind/doinst.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/elogind/doinst.sh b/deps/elogind/doinst.sh index 5fd6b44..a18705d 100755 --- a/deps/elogind/doinst.sh +++ b/deps/elogind/doinst.sh @@ -41,7 +41,7 @@ if ! grep "rc.elogind" etc/rc.d/rc.local 1>/dev/null 2>/dev/null ; then if [ -x /etc/rc.d/rc.elogind ]; then # Create runtime for elogind (standalone logind extracted from systemd): - /etc/rc.d/rc.elogind + /etc/rc.d/rc.elogind start fi _EOM_ fi -- cgit v1.2.3