mirror of
https://github.com/systemd/systemd.git
synced 2025-01-26 14:04:03 +03:00
units: fix variable expansion
This commit is contained in:
parent
d91430063e
commit
9423fd773e
@ -22,7 +22,7 @@ ExecStartPre=-/bin/plymouth --hide-splash
|
||||
ExecStartPre=-/bin/echo 'Welcome to rescue mode. Use "systemctl default" or ^D to activate default mode.'
|
||||
m4_ifdef(`TARGET_FEDORA',
|
||||
`EnvironmentFile=/etc/sysconfig/init
|
||||
ExecStart=-/bin/bash -c "exec $SINGLE"',
|
||||
ExecStart=-/bin/bash -c "exec ${SINGLE}"',
|
||||
`ExecStart=-/sbin/sulogin')
|
||||
ExecStopPost=/bin/systemctl default
|
||||
StandardInput=tty-force
|
||||
|
Loading…
x
Reference in New Issue
Block a user