summaryrefslogtreecommitdiff
path: root/units/systemd-auto-serial-getty.service
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-08-25 05:02:48 +0200
committerLennart Poettering <lennart@poettering.net>2010-08-25 05:02:48 +0200
commitb574fa098d2827359c31a2d922b729725a8c6c8c (patch)
treee8e3fe27406f326befbe73ef3ca80b3260ea06ef /units/systemd-auto-serial-getty.service
parent77d5f105bf63330350c7bddacdeda914f945590f (diff)
units: fix auto-serial unit
Diffstat (limited to 'units/systemd-auto-serial-getty.service')
-rw-r--r--units/systemd-auto-serial-getty.service16
1 files changed, 0 insertions, 16 deletions
diff --git a/units/systemd-auto-serial-getty.service b/units/systemd-auto-serial-getty.service
deleted file mode 100644
index 8051c7446a..0000000000
--- a/units/systemd-auto-serial-getty.service
+++ /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 Serial Kernel Console
-
-[Service]
-Type=oneshot
-ExecStart=@rootlibexecdir@/systemd-auto-serial-getty
-
-[Install]
-WantedBy=getty.target