I would like to use my own systemd unit file for logstash because I am starting a dedicated logstash process for each configfile via initscript.
I noticed that the logstash unit file is generated via /usr/share/logstash/bin/system-install
. Not only during installation, it seems that this happens regulary. How can I disable this "feature" so i can use my own systemd unit file for logstash?