diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-08-17 03:29:46 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-08-17 03:29:46 +0200 |
commit | 5192bd1945f59254b3d260ded15dd9f2b8cc2de7 (patch) | |
tree | c9496248fc004d866c40825d4abec9d97cb17b95 /units/systemd-update-utmp-runlevel.service.in | |
parent | 16061c20ddd8eba9b9e1ef89149c51114a8084ce (diff) |
auto-getty: rework auto console getty logic to work in conjunction with single user mode
Diffstat (limited to 'units/systemd-update-utmp-runlevel.service.in')
-rw-r--r-- | units/systemd-update-utmp-runlevel.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-update-utmp-runlevel.service.in b/units/systemd-update-utmp-runlevel.service.in index 0b4c83dd86..a288d6eb21 100644 --- a/units/systemd-update-utmp-runlevel.service.in +++ b/units/systemd-update-utmp-runlevel.service.in @@ -14,4 +14,4 @@ Before=shutdown.target [Service] Type=oneshot -ExecStart=-@rootlibexecdir@/systemd-update-utmp runlevel +ExecStart=@rootlibexecdir@/systemd-update-utmp runlevel |