I think it depends on how you start it. If you use something like initd, you might be able to do a ‘service stop’ command. If you use supervise (in the bin directory), you can use bin/service --down, eg. (You can read bin/service - it’s a text script.) Otherwise, I haven’t tried, but maybe something nicer than ‘-9’. Maybe a kill -2 or -1 would work (or even just kill) if given time; if not, maybe kill -3 (but then you get core dump, iiuc).