Run as a service on Centos 7

I succesfully got mopidy and iris installed from sources following the excelent documentation here:
https://docs.mopidy.com/en/latest/installation/source/

and installing upgrading GStreamer packgages from here:
https://media.librelamp.com/gst

This was all completed as a local user. I’d like to now run mopidy as a service. I tried following the guide here: https://docs.mopidy.com/en/latest/service/

There doesn’t appear to be a service created for mopidy. When I try to enable it

sudo systemctl enable mopidy 

I get

'Failed to execute operation: No such file or directory'

Thanks for your help (so close)!

The service files are only available in the package files for Debian, Arch etc. You’ll have to extract them from one of those files and possibly adapt them for centos.

Ok that makes sense…

But I have no idea how to do that. Any chance you could point me in the right direction?
:slight_smile:

You can download the package source from https://packages.debian.org/stretch/mopidy

If you are able to convert deb packages to rpm packages (or whatever centos wants) then that might be easier than setting the service up manually.