Mono and Media Browser 3
Posted: Mon Jul 07, 2014 3:24 pm
I'm looking to implement Media Browser 3.
Media Browser 3 is a Mono application which I want to run as a service. Trouble is that on Fedora 19, the version of mono is too old (2.x something, I thought Fedora was "bleeding edge") and the only pre-built Mono 3.4 repository that I found installs mono in opt, not usr/local. In order to run a mono application, I need to execute a provided script first. I want the Amahi server to be a very lean install so I don't want to install all of the prerequisites to compile mono on my Amahi server. I've tried to create a mono RPM from the mono 3.4 tarball but my Linux skills are not yet developed enough.
from a command line, I can execute the script and start Media Browser as a daemon using mono-service
What is the best way to ensure the script is run and Media Browser is started as a daemon when the server boots?
Also any pointers on how to create a systemd config to run Media Browser as a service would be welcomed too.
TIA
Media Browser 3 is a Mono application which I want to run as a service. Trouble is that on Fedora 19, the version of mono is too old (2.x something, I thought Fedora was "bleeding edge") and the only pre-built Mono 3.4 repository that I found installs mono in opt, not usr/local. In order to run a mono application, I need to execute a provided script first. I want the Amahi server to be a very lean install so I don't want to install all of the prerequisites to compile mono on my Amahi server. I've tried to create a mono RPM from the mono 3.4 tarball but my Linux skills are not yet developed enough.
from a command line, I can execute the script and start Media Browser as a daemon using mono-service
What is the best way to ensure the script is run and Media Browser is started as a daemon when the server boots?
Also any pointers on how to create a systemd config to run Media Browser as a service would be welcomed too.
TIA