From 93a45c562a1989dfbb2dd08c65f8a21b02959934 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 25 Aug 2010 03:09:57 +0200 Subject: serial: use seperate getty template for serial ttys --- units/systemd-auto-serial-getty.service | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 units/systemd-auto-serial-getty.service (limited to 'units/systemd-auto-serial-getty.service') 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 -- cgit v1.2.3-54-g00ecf