Home | History | Annotate | Line # | Download | only in etc
rc.local revision 1.31
      1  1.31        ad #	$NetBSD: rc.local,v 1.31 2008/06/09 21:58:57 ad Exp $
      2  1.20     perry #	originally from: @(#)rc.local	8.3 (Berkeley) 4/28/94
      3   1.1       cgd #
      4  1.20     perry # This file is (nearly) the last thing invoked by /etc/rc during a
      5  1.26     lukem # normal boot, via /etc/rc.d/local.
      6  1.26     lukem #
      7  1.20     perry # It is intended to be edited locally to add site-specific boot-time
      8  1.20     perry # actions, such as starting locally installed daemons.
      9   1.1       cgd #
     10  1.26     lukem # An alternative option is to create site-specific /etc/rc.d scripts.
     11  1.26     lukem #
     12  1.13       cgd 
     13  1.30  wennmach echo -n 'Starting local daemons:'
     14   1.1       cgd 
     15  1.31        ad # Add your local daemons here, eg:
     16  1.26     lukem #
     17  1.31        ad # su -l webapp /local/webapp/apache-tomcat-5.5.26/bin/startup.sh
     18   1.1       cgd 
     19   1.1       cgd echo '.'
     20