From: Marko Saukko Date: Wed, 21 Sep 2011 19:38:46 +0000 (+0200) Subject: units: In MeeGo there was more than one ExecStart lines present that caused systemd... X-Git-Tag: v36~31 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d418f857f87f3f381f52f6ee17f2fad6e36aca86;p=systemd units: In MeeGo there was more than one ExecStart lines present that caused systemd to refuse the rescue.service --- diff --git a/units/rescue.service.m4 b/units/rescue.service.m4 index 5b4ab6ef..8f29de8a 100644 --- a/units/rescue.service.m4 +++ b/units/rescue.service.m4 @@ -25,10 +25,10 @@ ExecStart=-/bin/bash -c "exec ${SINGLE}"', m4_ifdef(`TARGET_MANDRIVA', `EnvironmentFile=/etc/sysconfig/init ExecStart=-/bin/bash -c "exec ${SINGLE}"', -`ExecStart=-/sbin/sulogin' m4_ifdef(`TARGET_MEEGO', `EnvironmentFile=/etc/sysconfig/init -ExecStart=-/bin/bash -c "exec ${SINGLE}"',))) +ExecStart=-/bin/bash -c "exec ${SINGLE}"', +`ExecStart=-/sbin/sulogin'))) ExecStopPost=-/bin/systemctl --fail --no-block default StandardInput=tty-force StandardOutput=inherit