xref: /netbsd/etc/rc.local (revision dc28a767)
1*dc28a767Sperry#	$NetBSD: rc.local,v 1.32 2008/06/11 17:14:52 perry Exp $
28c70b4d6Sperry#	originally from: @(#)rc.local	8.3 (Berkeley) 4/28/94
361f28255Scgd#
48c70b4d6Sperry# This file is (nearly) the last thing invoked by /etc/rc during a
51a54e63fSlukem# normal boot, via /etc/rc.d/local.
61a54e63fSlukem#
78c70b4d6Sperry# It is intended to be edited locally to add site-specific boot-time
88c70b4d6Sperry# actions, such as starting locally installed daemons.
961f28255Scgd#
101a54e63fSlukem# An alternative option is to create site-specific /etc/rc.d scripts.
111a54e63fSlukem#
1261f28255Scgd
13ac8c0564Swennmachecho -n 'Starting local daemons:'
1461f28255Scgd
150964f00aSad# Add your local daemons here, eg:
161a54e63fSlukem#
17*dc28a767Sperry#if [ -x /path/to/daemon ]; then
18*dc28a767Sperry#	/path/to/daemon args
19*dc28a767Sperry#fi
20c3b0e18dScjs
2161f28255Scgdecho '.'
22