diff options
author | Cristian RodrÃguez <crrodriguez@opensuse.org> | 2015-01-23 14:35:20 -0300 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-01-23 19:09:37 +0100 |
commit | 66b0e0e0e3652227fe107ab9d09fa14fd4bc4dfa (patch) | |
tree | b3051c79cf14f973b40ed895d8058e4027b3100d /units/console-shell.service.m4.in | |
parent | 36a03ca2a8952ca1acb29fbe796210c27ff71aff (diff) |
build-sys: lookup for sulogin, it might not be in /sbin
Diffstat (limited to 'units/console-shell.service.m4.in')
-rw-r--r-- | units/console-shell.service.m4.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/console-shell.service.m4.in b/units/console-shell.service.m4.in index 3f4904a0ee..5c80722829 100644 --- a/units/console-shell.service.m4.in +++ b/units/console-shell.service.m4.in @@ -17,7 +17,7 @@ Before=getty.target [Service] Environment=HOME=/root WorkingDirectory=/root -ExecStart=-/sbin/sulogin +ExecStart=-@SULOGIN@ ExecStopPost=-@SYSTEMCTL@ poweroff Type=idle StandardInput=tty-force |