Fix rsyslog defaults typo for ubuntu

CI retest
Closes-bug: #1281485

Change-Id: Ib0e78c15aeaf16fb1f8e7e8abc354f153b6d970b
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
This commit is contained in:
Bogdan Dobrelya 2014-04-11 17:59:39 +03:00
parent d7b58f1856
commit 3c9ccb2b84
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@
# If you want to use them, switch to compatibility mode 2 by "-c 2"
# See rsyslogd(8) for more details
# RSYSLOGD_OPTIONS="-c4"
SYSLOGD_OPTIONS="-c 5 -x"
RSYSLOGD_OPTIONS="-c 5 -x"