Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Debian template creation

1 byte added, 07:16, 13 May 2009
Disable sync() for syslog: match both syslog.conf and rsyslog.conf
=== Disable <tt>sync()</tt> for syslog ===
Turn off doing <tt>sync()</tt> on every write for <tt>syslog</tt>'s log files, to improve I/O performance:
<pre>sed -i -e 's@\([[:space:]]\)\(/var/log/\)@\1-\2@' /etc/*syslog.conf</pre>
=== Fix <tt>/etc/mtab</tt> ===