Skip to content

Commit

Permalink
logrotate: stop to set owner/group to log files
Browse files Browse the repository at this point in the history
Because it's not consistent. groonga-httpd creates log files with root
owner/group. But logrotated log files are created with groonga
owner/group.

GitHub: fix #358

Reported by jacob16bit. Thanks!!!
  • Loading branch information
kou committed Jul 7, 2015
1 parent 3b41c71 commit b2e0650
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion data/logrotate.d/redhat/groonga-httpd
Expand Up @@ -5,7 +5,6 @@
compress
delaycompress
notifempty
create 640 groonga groonga
sharedscripts
postrotate
if [ -f /var/lock/subsys/groonga-httpd ]; then
Expand Down

0 comments on commit b2e0650

Please sign in to comment.