diff options
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-auto-serial-getty.service.in | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/units/systemd-auto-serial-getty.service.in b/units/systemd-auto-serial-getty.service.in deleted file mode 100644 index 8051c7446a..0000000000 --- a/units/systemd-auto-serial-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 Serial Kernel Console - -[Service] -Type=oneshot -ExecStart=@rootlibexecdir@/systemd-auto-serial-getty - -[Install] -WantedBy=getty.target |