Skip to content

Commit

Permalink
Revert "Fix system user/group name in logrotate config (#592)"
Browse files Browse the repository at this point in the history
This reverts commit bf66110.

Note that fluent-package/templates/etc/logrotate.d/fluentd is
used for not only deb, but also rpm.

Signed-off-by: Kentaro Hayashi <[email protected]>
  • Loading branch information
kenhys committed Oct 16, 2023
1 parent bf66110 commit 7c239af
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 7c239af

Please sign in to comment.