I installed Universal Media Server 3.6 on ubuntu 14.04 desktop. What I want to do is, to launch it during startup. How to add this into startup? Any suggestions? Thanks in advance.
Asked
Active
Viewed 1,886 times
1 Answers
0
I assume you've already installed Java. If not, you can execute the following command to install the OpenJDK JRE (an open source alternative for Oracle's Java):
sudo apt-get install openjdk-7-jre
Follow the these instructions to start Universal Media Server at startup.
- Open your Dash
- Search for
Startup Applicationsand open it - Click on
Add Enter the following:
Name: Universal Media Server Command: java -jar /path/to/ums.jar Comment: Start Universal Media ServerReplace
/path/to/ums.jarby the actual path toums.jar.- Click on
Add
Louis Matthijssen
- 12,155