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,884 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 Applications
and open it - Click on
Add
Enter the following:
Name: Universal Media Server Command: java -jar /path/to/ums.jar Comment: Start Universal Media Server
Replace
/path/to/ums.jar
by the actual path toums.jar
.- Click on
Add

Louis Matthijssen
- 11,885
- 6
- 44
- 50
.jar
and assumed that was the main binary. If you can confirm it doesn't work I'll edit my answer. – Louis Matthijssen May 04 '14 at 19:53