mirror of
https://github.com/systemd/systemd.git
synced 2025-03-19 22:50:17 +03:00
units: In MeeGo there was more than one ExecStart lines present that caused systemd to refuse the rescue.service
This commit is contained in:
parent
d3354f66c2
commit
d418f857f8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user