summaryrefslogtreecommitdiff
path: root/units/systemd-auto-serial-getty.service.in
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.in
parent77d5f105bf63330350c7bddacdeda914f945590f (diff)
units: fix auto-serial unit
Diffstat (limited to 'units/systemd-auto-serial-getty.service.in')
-rw-r--r--units/systemd-auto-serial-getty.service.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/units/systemd-auto-serial-getty.service.in b/units/systemd-auto-serial-getty.service.in
new file mode 100644
index 0000000000..8051c7446a
--- /dev/null
+++ b/units/systemd-auto-serial-getty.service.in
@@ -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