[node-patches] Change in ovirt-node[master]: firstboot: Redirect stderr to syslog only
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: Redirect stderr to syslog only
......................................................................
firstboot: Redirect stderr to syslog only
Previously stderr was redirected to syslog+console, to not clutter the
screen stderr is redirected to syslog only.
Change-Id: Ic8f5181f0c3901832316b0ee50429b0642669f5a
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M services/ovirt-firstboot.service
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/24/12824/1
diff --git a/services/ovirt-firstboot.service b/services/ovirt-firstboot.service
index 4011578..55693d0 100644
--- a/services/ovirt-firstboot.service
+++ b/services/ovirt-firstboot.service
@@ -15,7 +15,7 @@
# http://www.freedesktop.org/software/systemd/man/systemd.exec.html
StandardInput=tty-force
StandardOutput=tty
-StandardError=syslog+console
+StandardError=syslog
TTYPath=/dev/tty1
TTYReset=yes
TTYVHangup=yes
--
To view, visit http://gerrit.ovirt.org/12824
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic8f5181f0c3901832316b0ee50429b0642669f5a
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