[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: rc.local fails to work



Douglas A. Tutty wrote:
On Wed, Nov 05, 2008 at 09:10:18AM +0800, Stephen Liu wrote:
Debian Etch


I have 3 commands on /etc/rc.local


# cat /etc/rc.local
/bin/sh -e

in my /etc/rc.local, this line is

#!/bin/sh -e

Note the pound-bang (#!) that makes this script run by sh rather than
running sh -e as a command (or doing nothing, I'm not sure which).


Good job Doug. I missed that.

Hugo


Reply to: