<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Dec 27, 2013 at 10:36 AM, Chinmay  Mahata <span dir="ltr"><<a href="mailto:chinmay_mahata@rediffmail.com" target="_blank">chinmay_mahata@rediffmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>    I have written a systemd service script for one my daemons. The service is of "Type=forking".<br>When starting the service everything is working fine and I am getting status SUCCESS. But while I am stopping the service I am getting failed state error like "code=exited, status=15".<br>
<br>    I read the man pages as well as googled for this code and status, but find any definitive explanation for this type of status.<br><br>   Could you please throw me some light on this why my service failing while stopping? Also please let me know where can I get some documentation on these status codes.<br>
</blockquote><div><br></div><div>These status codes are returned by your daemon; they are not defined by systemd.</div><div><br></div><div>My guess is that the daemon just does not know how to handle SIGTERM, and doesn't properly exit when receiving one. (This happens more often than you would think...)</div>
</div><div><br></div>-- <br>Mantas Mikulėnas <<a href="mailto:grawity@gmail.com" target="_blank">grawity@gmail.com</a>>
</div></div>