diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-08-25 03:09:57 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-08-25 03:09:57 +0200 |
commit | 93a45c562a1989dfbb2dd08c65f8a21b02959934 (patch) | |
tree | 236c75089c5e8a2c4b9581f0930472cf279dce13 /units/systemd-auto-serial-getty.service | |
parent | addab137cd8d318e4f543ca56018ee23d51aaca9 (diff) |
serial: use seperate getty template for serial ttys
Diffstat (limited to 'units/systemd-auto-serial-getty.service')
-rw-r--r-- | units/systemd-auto-serial-getty.service | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/units/systemd-auto-serial-getty.service b/units/systemd-auto-serial-getty.service new file mode 100644 index 0000000000..8051c7446a --- /dev/null +++ b/units/systemd-auto-serial-getty.service @@ -0,0 +1,16 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. + +[Unit] +Description=Automatically Spawn getty on Serial Kernel Console + +[Service] +Type=oneshot +ExecStart=@rootlibexecdir@/systemd-auto-serial-getty + +[Install] +WantedBy=getty.target |