[node-patches] Change in ovirt-node[master]: firstboot: Fix service tty
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Thu Mar 7 11:04:46 UTC 2013
Fabian Deutsch has uploaded a new change for review.
Change subject: firstboot: Fix service tty
......................................................................
firstboot: Fix service tty
Should fix the missing bash PS1 and standard error output.
Change-Id: Icc454ce2d60348e3302e5072e288ef71966efe81
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M services/ovirt-firstboot.service
1 file changed, 2 insertions(+), 5 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/25/12825/1
diff --git a/services/ovirt-firstboot.service b/services/ovirt-firstboot.service
index 55693d0..aae8f54 100644
--- a/services/ovirt-firstboot.service
+++ b/services/ovirt-firstboot.service
@@ -14,12 +14,9 @@
# http://www.freedesktop.org/software/systemd/man/systemd.exec.html
StandardInput=tty-force
-StandardOutput=tty
-StandardError=syslog
+StandardOutput=inherit
+StandardError=inherit
TTYPath=/dev/tty1
-TTYReset=yes
-TTYVHangup=yes
-TTYVTDisallocate=yes
[Install]
WantedBy=multi-user.target
--
To view, visit http://gerrit.ovirt.org/12825
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Icc454ce2d60348e3302e5072e288ef71966efe81
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>
More information about the node-patches
mailing list