32 bit Verne doesn't grok rc.local

Bill Nottingham notting at redhat.com
Thu Nov 10 18:42:50 UTC 2011


Chuck Forsberg WA7KGX N2469R (caf at omen.com) said: 
> For years I have used /etc/rc.d/rc.local for this and that
> including launching VNC screens.
> 
> [root at gpib rc.d]# cat rc.local
>      su -l caf -c  "vncserver "
>      su -l root -c  "vncserver "
>      date | mail -s boot caf at omen.com

rc.local is generally a shell script. Make sure it's prefixed as one with

#!/bin/bash

(or your shell of choice.)

Bill


More information about the test mailing list