View Single Post
Old 03-06-2013, 03:56 PM   #429
silver18
THE NOOB
silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.
 
silver18's Avatar
 
Posts: 701
Karma: 1545649
Join Date: Jan 2012
Location: Italy
Device: Kindle Touch 5.3.2
This is the result of
Code:
ps -aux

Code:
root      1086  0.0  0.2   2332   520 ?        Ss   20:11   0:00 /bin/sh /mnt/us/extensions/komic/bin/resource/Scripts/eventlauncher.sh
root      1094  0.0  0.4   3092  1024 ?        Sl   20:11   0:00 lipc-wait-event -m com.lab126.system komicremovecomic komicsounds komicrefreshscreen komicfreememory komicscreenshot komicgetarray komicdecompress komicgetfirstimage
root      1099  0.0  0.1   2332   356 ?        S    20:11   0:00 /bin/sh /mnt/us/extensions/komic/bin/resource/Scripts/eventlauncher.sh
First and third process are the upstart script running the eventlauncher script to catch events launched from Komic (why 2 processes??).

The second process is the eventaluncher script itself, waiting for any of the listed event.
Maybe it is possible to run the eventlauncher script only at the startup of Komic (and kill it when exiting)...
silver18 is offline   Reply With Quote