Created attachment 450616 [details] filebeat-bin-5.0.0_rc1.ebuild I've quickly through this together based on the previous version
I've updated this to have a basic systemd service file in the FireBurn overlay, happy to attach it here too if there's interest
Feel free to attach, we can add it of course.
Here is the PR: https://github.com/gentoo/gentoo/pull/2757 I don't use systemd yet, but just checked the service file at https://github.com/FireBurn/Overlay/blob/master/app-admin/filebeat-bin/files/filebeat.service: [Service] Environment=FB_HOME=/var/lib/filebeat Environment=CONF_DIR=/etc/filebeat Environment=DATA_DIR=/var/lib/filebeat Environment=LOG_DIR=/var/log/filebeat Environment=PID_DIR=/run/filebeat EnvironmentFile=-/etc/conf.d/filebeat Is it possible for the user to override these values and if yes, how?
Just for the record, I'm fine with adding systemd support, but first I'd like to get the new version to portage and then learn a bit about systemd and eventually add support for it.