- run bootchart at background
- output from bootchart now in /storage/bootchart
This commit is contained in:
Stephan Raue 2010-02-11 00:28:37 +01:00
parent e30efa2296
commit 4af3217ec0

View File

@ -1,7 +1,10 @@
#!/bin/sh
# start bootchartd if avaible
[ -f /sbin/bootchartd ] && /sbin/bootchartd -o /storage
if [ -f /sbin/bootchartd ]; then
mkdir -p /storage/bootchart
/sbin/bootchartd -o /storage/bootchart &
fi
# read config
. /etc/sysconfig