]> git.pld-linux.org Git - projects/rc-scripts.git/blame - init/cpusets.conf
turn off by default RUN_USERPNP and RUN_KERNELPNP
[projects/rc-scripts.git] / init / cpusets.conf
CommitLineData
336c9a55
ER
1description "Creates/Removes all cpu sets configured to start at boot time."
2
3start on pld.sysinit-done
4stop on pld.shutdown-started
5
6console output
7task
8
9pre-start script
10 # test that cpusets are configured
11 . /etc/sysconfig/system
12 if [ "${CPUSETS:-no}" = "no" ]; then
f07ea36e 13 /sbin/initctl -q stop
336c9a55
ER
14 fi
15end script
16
17script
18 export USE_UPSTART=no
19 exec /etc/rc.d/init.d/cpusets start
20end script
21
22pre-stop script
23 export USE_UPSTART=no
24 exec /etc/rc.d/init.d/cpusets stop
25end script
This page took 0.187558 seconds and 4 git commands to generate.