PDA

View Full Version : rc.local not running anymore


Nikas
August 14th, 2008, 02:15 PM
Hello.

I have three computers with mythbuntu 8.04. 1 server and 2 backends.
After updating (apt-get) all the computers rc.local are not running on start anymore. What to do?

Thanks.

bazzer
October 22nd, 2008, 04:44 AM
if you haven't got this yet, try removing the '-e' option on the first line of rc.local:
#!/bin/sh -e
becomes
#!/bin/sh