-
-
Save Bonno/91f4ef4922b88dc9afb3 to your computer and use it in GitHub Desktop.
Hack to repair 100% CPU load by rsyslog on ubuntu 12.04 in openvz
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
service rsyslog stop | |
sed -i -e 's/^\$ModLoad imklog/#\$ModLoad imklog/g' /etc/rsyslog.conf | |
service rsyslog start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment