Merge "Update postrotate script"

This commit is contained in:
Jenkins 2017-03-27 17:55:40 +00:00 committed by Gerrit Code Review
commit 19615e4713
1 changed files with 1 additions and 1 deletions

View File

@ -21,4 +21,4 @@ rsyslog_client_distro_packages:
- rsyslog
- logrotate
rsyslog_client_reload: 'invoke-rc.d rsyslog rotate > /dev/null || true'
rsyslog_client_reload: 'systemctl restart rsyslog > /dev/null 2>&1 || true'