View Single Post
Posts: 1,224 | Thanked: 1,763 times | Joined on Jul 2007
#34
Do you mean that the script runs when you run it manually, but does not start automatically? I am not sure about the operation of the upstart system. Perhaps you need to add an ampersand after the call to the script, so the line should be:
/usr/local/bin/scriptname &
Also /usr/local/bin/scriptname needs to be executable, not the file in /etc/event.d
 

The Following User Says Thank You to Matan For This Useful Post: