https://bugzilla.redhat.com/show_bug.cgi?id=1089475
--- Comment #1 from ArcFi <[email protected]> --- Additional info: ExecStop option without /usr/bin/bash returns non-zero exit status: # systemctl status ejabberd.service ... Process: 10253 ExecStop=/usr/bin/ejabberdctl stop (code=exited, status=127) # journalctl -lu ejabberd.service ... systemd[1]: Stopping A distributed, fault-tolerant Jabber/XMPP server... ejabberdctl[10253]: Refusing to render service to dead parents. systemd[1]: ejabberd.service: control process exited, code=exited status=127 systemd[1]: Stopped A distributed, fault-tolerant Jabber/XMPP server. systemd[1]: Unit ejabberd.service entered failed state. Workaround is the same as in ExecStart option: ExecStop=/usr/bin/bash /usr/bin/ejabberdctl stop -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ erlang mailing list [email protected] https://lists.fedoraproject.org/mailman/listinfo/erlang
