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-console-getty.service.in | |
parent | addab137cd8d318e4f543ca56018ee23d51aaca9 (diff) |
serial: use seperate getty template for serial ttys
Diffstat (limited to 'units/systemd-auto-console-getty.service.in')
-rw-r--r-- | units/systemd-auto-console-getty.service.in | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/units/systemd-auto-console-getty.service.in b/units/systemd-auto-console-getty.service.in deleted file mode 100644 index 6542cab18a..0000000000 --- a/units/systemd-auto-console-getty.service.in +++ /dev/null @@ -1,16 +0,0 @@ -# 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 Kernel Console - -[Service] -Type=oneshot -ExecStart=@rootlibexecdir@/systemd-auto-console-getty - -[Install] -WantedBy=getty.target |