Skip to content

Commit

Permalink
Fix system user/group name in logrotate config
Browse files Browse the repository at this point in the history
Signed-off-by: Rahul Patil <rahulbpatil10@yahoo.co.jp>
  • Loading branch information
rahulbpatil committed Oct 13, 2023
1 parent b4b7017 commit b5503d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluent-package/templates/etc/logrotate.d/fluentd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
compress
delaycompress
notifempty
create 640 <%= service_name %> <%= service_name %>
create 640 _<%= service_name %> _<%= service_name %>
sharedscripts
postrotate
pid=/var/run/<%= package_dir %>/<%= service_name %>.pid
Expand Down

0 comments on commit b5503d1

Please sign in to comment.