Skip to content

Commit

Permalink
scripts: Fix logrotate by adding su instruction
Browse files Browse the repository at this point in the history
Fixes #1232: bareos logrotate errors

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
  • Loading branch information
bruno-at-bareos authored and pstorz committed Sep 9, 2021
1 parent ca1be72 commit a3e5b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/scripts/logrotate.in
Expand Up @@ -11,5 +11,5 @@
rotate 6
notifempty
missingok
@logrotate_su@
su @dir_user@ @dir_group@
}

0 comments on commit a3e5b52

Please sign in to comment.