7d820fad4d4aed8e73dcd123d66479da6ba06c14
[openwrt/svn-archive/archive.git] / utils / sysstat / files / sysstat.init
1 #!/bin/sh /etc/rc.common
2
3 # The init file runs the sadc command in order to write
4 # the "LINUX RESTART" mark to the daily data file
5
6 START=99
7
8 start() {
9 mkdir -p /var/log/sysstat
10 /usr/lib/sysstat/sadc -d -F -L -
11 }
12