I have a polipo proxy running on Ubuntu. It's set to start automatically on boot, but occasionally it just dies. What's the simplest way to have it automatically restarted whenever it exits unexpectedly?

link|improve this question

53% accept rate
feedback

2 Answers

You can use init and upstart for this. For latest Ubuntu you will need to use upstart.

man inittab
man upstart
link|improve this answer
Thanks. I tried adding an upstart script, but after spending an hour on this it just wouldn't start. Typical Linux - nothing ever "just works". sigh – EMP Oct 8 '11 at 1:32
Can you paste your script into your question? This community is better at technical stuff... – Mircea Vutcovici Oct 8 '11 at 7:14
Sorry, I've given up and deleted the script in disgust.Have a +1, anyway! – EMP Oct 8 '11 at 12:52
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.