]> git.pld-linux.org Git - projects/rc-scripts.git/blame - init/sys-chroots.conf
Updated.
[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
12 test -n "$SYSTEM_CHROOTS"
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.023523 seconds and 4 git commands to generate.