diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-10-31 01:25:44 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-10-31 01:43:38 +0100 |
commit | 04d39279245834494baccfdb9349db8bf80abd13 (patch) | |
tree | 2e6b213bfd273af6e157e77bf0d03ff68bf144cc /units/console-getty.service.m4.in | |
parent | f85fc8454137a5cfba99b3a24aaa6dc38f6e2768 (diff) |
machinectl: add new command to spawn a getty inside a container
Diffstat (limited to 'units/console-getty.service.m4.in')
-rw-r--r-- | units/console-getty.service.m4.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/console-getty.service.m4.in b/units/console-getty.service.m4.in index 2fd9dd8478..464732c742 100644 --- a/units/console-getty.service.m4.in +++ b/units/console-getty.service.m4.in @@ -15,7 +15,7 @@ After=rc-local.service Before=getty.target [Service] -ExecStart=-/sbin/agetty --noclear -s console 115200,38400,9600 +ExecStart=-/sbin/agetty --noclear --keep-baud console 115200,38400,9600 Type=idle Restart=always RestartSec=0 |