]> git.pld-linux.org Git - projects/rc-scripts.git/blob - init/local.conf
upstart for rc.local
[projects/rc-scripts.git] / init / local.conf
1 description "Invoke custom scripts at startup"
2
3 start on stopped rc RUNLEVEL=[!06]
4
5 console output
6 task
7
8 pre-start script
9         test -f /etc/rc.d/rc.local
10 end script
11
12 script
13         . /etc/rc.d/rc.local
14 end script
This page took 0.032622 seconds and 4 git commands to generate.