]> git.pld-linux.org Git - projects/rc-scripts.git/blob - init/local.conf
use AM_CPPFLAGS instead of INCLUDES
[projects/rc-scripts.git] / init / local.conf
1 description "This script will be executed *after* all the other SysV style init scripts."
2
3 # start when runlevel is reached (except 0 and 6)
4 start on stopped rc RUNLEVEL=[!06]
5
6 console output
7 task
8
9 pre-start script
10         test -f /etc/rc.d/rc.local
11 end script
12
13 script
14         . /etc/rc.d/rc.local
15 end script
This page took 0.024915 seconds and 3 git commands to generate.