till now i implement a fedora service which starts my OSGi when machine starts.
I have problem with stopping it. I simply don't know how to stop equinox osgi from my terminal/shell script, when i execute service <osgi servicename> stop
I have a specific requirement, when i stop the OSGi i want to stop by bundles in particular sequence. I wrote a bundle stopper code, but how i call it from outside the osgi terminal ?
i tried with telnet, but not approved solution.