I tried that service file on CentOS 7 but got the following error when
trying to start the service:

Failed at step EXEC spawning /usr/sbin/opensips: Permission denied


Changing permissions of that directory did not solve the problem:

chmod +x /usr/sbin/opensips

chmod -R 777 /usr/sbin/opensips

Does the service file need modification for CentOS?


On 7 September 2015 at 19:14, Nabeel <nabeelshik...@gmail.com> wrote:

> Hi,
>
> Most of my services have a .service file located at
> /usr/lib/systemd/system where I can set 'Restart=always' or
> 'After=mysql.service' / 'After=mariadb.service' to make sure the server
> starts at the appropriate times.
>
> However, there is no such .service file for OpenSIPS.  Please advise how
> to create this .service file for OpenSIPS.  I heard about 'respawn' but
> don't know how exactly to use this and would prefer to use a .service file
> like other services.
>
_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to