sysstat: moved to github
[packages.git] / utils / sysstat / files / sysstat.init
diff --git a/utils/sysstat/files/sysstat.init b/utils/sysstat/files/sysstat.init
deleted file mode 100755 (executable)
index 02039d5..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/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 -
-}
-