Home | History | Annotate | Line # | Download | only in etc
      1  1.32     perry #	$NetBSD: rc.local,v 1.32 2008/06/11 17:14:52 perry 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.32     perry #if [ -x /path/to/daemon ]; then
     18  1.32     perry #	/path/to/daemon args
     19  1.32     perry #fi
     20   1.1       cgd 
     21   1.1       cgd echo '.'
     22