Closed dsegurag closed 3 years ago
Hello @geerlingguy, have you had the opportunity to review it?
Thanks.
This pull request has been marked 'stale' due to lack of recent activity. If there is no further activity, the PR will be closed in another 30 days. Thank you for your contribution!
Please read this blog post to see the reasons why I mark pull requests as stale.
Ping! @geerlingguy
This issue is no longer marked for closure.
I am having the exact problem in current role when I want to tail files and write position to pos files. Tested this solution. Seems to be working well. It would be nice to have this PR merged.
This pull request has been marked 'stale' due to lack of recent activity. If there is no further activity, the PR will be closed in another 30 days. Thank you for your contribution!
Please read this blog post to see the reasons why I mark pull requests as stale.
Ping! @geerlingguy
This issue is no longer marked for closure.
This pull request has been marked 'stale' due to lack of recent activity. If there is no further activity, the PR will be closed in another 30 days. Thank you for your contribution!
Please read this blog post to see the reasons why I mark pull requests as stale.
This pull request has been closed due to inactivity. If you feel this is in error, please reopen the pull request or file a new PR with the relevant details.
Hello @geerlingguy,
First of all, thanks for this new Ansible role!
I noticed that
td-agent
package creates a new user and group namedtd-agent
, and the systemd service runs with this user and group.The idea of this pull request is to be able to include this new user to other groups in the system to be able to read some logs that haven't read permissions on others.
Thanks.