Tagged Questions
2
votes
1answer
195 views
while setting upstart in application giving error
wht i have done is
sudo emacs /etc/init/app.conf
and then i write the code for my upstart
# application Server
description "applicationServer"
author "Rahul Mehta ...
4
votes
1answer
723 views
Starting a service from /etc/event.d works, but not from /etc/init
I'm trying to launch an upstart service on Ubuntu 8.04 from /etc/init/, but I always get start: Unknown job: job. When I try to launch this script from /etc/event.d/ it works fine. Why would this be ...
2
votes
1answer
269 views
upstart on 8.04
My understanding is that upstart is installed on 8.04, but it's different than 10.04. I'm having trouble finding documentation on how to start/stop/check services from the command line for 8.04.
...