Closed neurogenesis closed 8 years ago
It seems good. Fluentd v0.12 or earlier uses same order.
LGTM.
Many thanks!
Any idea when the next patch release for the gem will be out? Hoping to push fluentd clients out with the privilege changes for prod.
I will do it later. Wait for a minute.
Also, likely related to https://github.com/fluent/fluentd/issues/1195.
I've just released v2.0.1. Thank you for your contribution!
Super fast turnaround. Thanks @tagomoris. Up and running!
In response to #74 ...
This switches the order of setting GID with UID.
If the UID is set first, the process doesn't have permissions to modify GID.
This would be the case when run via
sudo /usr/local/bin/fluentd -d -u fluentd -g fluentd ...
.