I have installed ejabbered from source code into centos 7 it is running fine but now problem is only how to auto start it with system. I have tried startup application, rc.local file method but all failed is there any other way to run ejabbered with system ?
Edit:-
I download ejabberd.service file and rename it ejabberd.service and copied it to /etc/systemd/system/
and run this command systemctl enable ejabberd.service
to enable it but still ejabberd is not running with system.