From eeda5d3cf7da337119e257fa99ac77542514350f Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Sat, 25 May 2013 23:02:35 +0200 Subject: rcdscripts: import conf.d files sourced by init scripts Unfortunately this import is not perfect, it's harder to detect and make a distinction between regular service configuration files, and conf.d configuration files used by old Arch Linux init scripts only. But we have a good number of them, around 70 now. --- src/sysstat/sysstat.conf.d | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/sysstat/sysstat.conf.d (limited to 'src/sysstat/sysstat.conf.d') diff --git a/src/sysstat/sysstat.conf.d b/src/sysstat/sysstat.conf.d new file mode 100644 index 0000000..70c7a55 --- /dev/null +++ b/src/sysstat/sysstat.conf.d @@ -0,0 +1,13 @@ +# sysstat-10.1.5 configuration file. + +# How long to keep log files (in days). +# If value is greater than 28, then log files are kept in +# multiple directories, one for each month. +HISTORY=7 + +# Compress (using gzip or bzip2) sa and sar files older than (in days): +COMPRESSAFTER=10 + +# Parameters for the system activity data collector (see sadc manual page) +# which are used for the generation of log files. +SADC_OPTIONS="" -- cgit v1.2.3