[node-patches] Change in ovirt-node[master]: service: stderr to log and console
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Wed Mar 6 11:55:39 UTC 2013
Fabian Deutsch has uploaded a new change for review.
Change subject: service: stderr to log and console
......................................................................
service: stderr to log and console
For better debugging also write stderr to a syslog.
Change-Id: I823d18cddf8e10d830c3768f5e25d58bbea307ee
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/58/12758/1
diff --git a/services/ovirt-firstboot.service b/services/ovirt-firstboot.service
index c84425e..4011578 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=tty
+StandardError=syslog+console
TTYPath=/dev/tty1
TTYReset=yes
TTYVHangup=yes
--
To view, visit http://gerrit.ovirt.org/12758
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I823d18cddf8e10d830c3768f5e25d58bbea307ee
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