ubuntuforums-unanswered team mailing list archive
-
ubuntuforums-unanswered team
-
Mailing list archive
-
Message #01487
Re: [Question #76600]: Need to start an application (HelixServer) at boot up
Question #76600 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/76600
Status: Open => Answered
midnightflash proposed the following answer:
Create an empty file and open it with f.e. texteditor (gedit) and input
the following (changed to your needs of course)
#!/bin/bash
#my super duper script
sleep 60 #you can alter the amount of time here
exec /usr/bin/TheApplicationYouWant
After this make it executable. (right-click - permissions)
Then let this one be started from "sessions".
Greetings
--
You received this question notification because you are a member of UF
Unanswered Posts Team, which is an answer contact for Ubuntu.