fluent / fluent-package-builder

td-agent (Fluentd) Building and Packaging System
Apache License 2.0
22 stars 23 forks source link

rpm deb: add user as system user #596

Closed kenhys closed 8 months ago

kenhys commented 8 months ago

When upgrading from v4, there is a possibility that fluentd user is not created as system user.

Before: Without --system, /var/lib/fluent will be created

After: With --system, /var/lib/fluent will NOT be created

NOTE: Not to overlook it, use long option explicitly.

UID itself is kept in range of system user (td-agent), so not accessed via normal user.