Skip to:
When installing a Minion on Ubuntu/Debian/CentOS7, the Minion can't be started using systemd. The Minion can be installed with
When you try to start the Minion you get the following behavior:
The service is not started and journalctl -u minion doesn't tell you anything helpful:
journalctl -u minion
No karaf.log gets created. I can start the Minion with /usr/share/minion/bin/start.
/usr/share/minion/bin/start
Merged to 24.1.3 release branch
Suggest PR to fix this issue: https://github.com/OpenNMS/opennms/pull/2632
When installing a Minion on Ubuntu/Debian/CentOS7, the Minion can't be started using systemd. The Minion can be installed with
When you try to start the Minion you get the following behavior:
The service is not started and
journalctl -u minion
doesn't tell you anything helpful:No karaf.log gets created. I can start the Minion with
/usr/share/minion/bin/start
.