Skip to content

Commit

Permalink
fix(logrotate): make root owner of rotated log files.
Browse files Browse the repository at this point in the history
Fixes centreon#6034 and MON-3059.
  • Loading branch information
Matthieu Kermagoret committed Oct 19, 2018
1 parent bcf769d commit c06bdeb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion logrotate/centcore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
delaycompress
notifempty
missingok
}
su root root
}
1 change: 1 addition & 0 deletions logrotate/centreon
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
delaycompress
notifempty
missingok
su root root
}
1 change: 1 addition & 0 deletions logrotate/centreontrapd
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
delaycompress
notifempty
missingok
su root root
}

0 comments on commit c06bdeb

Please sign in to comment.