packages/utils/sysstat/files/sysstat.init

13 lines
222 B
Plaintext
Raw Normal View History

#!/bin/sh /etc/rc.common
# The init file runs the sadc command in order to write
# the "LINUX RESTART" mark to the daily data file
START=99
start() {
mkdir -p /var/log/sysstat
/usr/lib/sysstat/sadc -S DISK -F -L -
}