summaryrefslogtreecommitdiff
path: root/package/systemd/patches/patch-units_getty@_service_m4
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-08-05 01:36:54 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-08-05 01:44:39 +0200
commitd6ba03a872cde6bcc58a63d502f486540ff60d05 (patch)
tree0c425b51a1f3333e8d50f1a923dea47d5b051b7a /package/systemd/patches/patch-units_getty@_service_m4
parent7784e06f3a748010f9c4be47f093ca37b9c6b88a (diff)
systemd: update to 234
Diffstat (limited to 'package/systemd/patches/patch-units_getty@_service_m4')
-rw-r--r--package/systemd/patches/patch-units_getty@_service_m411
1 files changed, 11 insertions, 0 deletions
diff --git a/package/systemd/patches/patch-units_getty@_service_m4 b/package/systemd/patches/patch-units_getty@_service_m4
new file mode 100644
index 000000000..aa58ad8fb
--- /dev/null
+++ b/package/systemd/patches/patch-units_getty@_service_m4
@@ -0,0 +1,11 @@
+--- systemd-234.orig/units/getty@.service.m4 2017-07-12 16:01:10.000000000 +0200
++++ systemd-234/units/getty@.service.m4 2017-08-05 00:42:14.790312223 +0200
+@@ -36,7 +36,7 @@ ConditionPathExists=/dev/tty0
+ # The '-o' option value tells agetty to replace 'login' arguments with an
+ # option to preserve environment (-p), followed by '--' for safety, and then
+ # the entered username.
+-ExecStart=-/sbin/agetty -o '-p -- \\u' --noclear %I $TERM
++ExecStart=-/sbin/getty -L %I 115200 vt100
+ Type=idle
+ Restart=always
+ RestartSec=0