[PATCH 4/4] add INITLOG option to vz.conf [message #43549 is a reply to message #43546] |
Tue, 20 September 2011 05:17  |
dietmar
Messages: 54 Registered: March 2007
|
Member |
|
|
From: Dietmar Maurer <dietmar@proxmox.com>
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
---
etc/vz.conf | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/etc/vz.conf b/etc/vz.conf
index 63e509a..7f4d857 100644
--- a/etc/vz.conf
+++ b/etc/vz.conf
@@ -10,6 +10,9 @@ LOGFILE=/var/log/vzctl.log
LOG_LEVEL=0
VERBOSE=0
+## log output of init process to $VE_ROOT/var/log/init.log
+INITLOG=no
+
## Disk quota parameters
DISK_QUOTA=yes
VZFASTBOOT=no
--
1.5.6.5
|
|
|