]> git.pld-linux.org Git - projects/rc-scripts.git/blame - init/sys-chroots.conf
use AM_CPPFLAGS instead of INCLUDES
[projects/rc-scripts.git] / init / sys-chroots.conf
CommitLineData
ec031b7b
ER
1description "Starts and stops services in chroots"
2
3start on runlevel [0123456] and pld.sysinit-done
4stop on runlevel [!$RUNLEVEL]
5
6console output
7task
8
9pre-start script
10 # test that chroots are configured
11 . /etc/sysconfig/system
f07ea36e 12 test -n "$SYSTEM_CHROOTS" || /sbin/initctl -q stop
ec031b7b
ER
13end script
14
15script
16 export USE_UPSTART=no
17 exec /etc/rc.d/init.d/sys-chroots start
18end script
19
20pre-stop script
21 export USE_UPSTART=no
22 exec /etc/rc.d/init.d/sys-chroots stop
23end script
This page took 0.074993 seconds and 4 git commands to generate.