PHP 8.5.2
Preview: debian-sa1 Size: 446 B
//lib/sysstat/debian-sa1

#!/bin/sh
# vim:ts=2:et
# Debian sa1 helper which is run from cron.d job, not to needlessly
# fill logs (see Bug#499461).

set -e

# Skip in favour of systemd timer
[ ! -d /run/systemd/system ] || exit 0

# Our configuration file
DEFAULT=/etc/default/sysstat
# Default setting, overridden in the above file
ENABLED=false

# Read defaults file
[ ! -r "$DEFAULT" ] || . "$DEFAULT"

[ "$ENABLED" = "true" ] || exit 0

exec /usr/lib/sysstat/sa1 "$@"

Directory Contents

Dirs: 0 × Files: 4

Name Size Perms Modified Actions
446 B lrwxr-xr-x 2024-01-09 20:31:44
Edit Download
1.71 KB lrwxr-xr-x 2024-01-09 20:31:44
Edit Download
1.54 KB lrwxr-xr-x 2024-01-09 20:31:44
Edit Download
81.25 KB lrwxr-xr-x 2024-01-09 20:31:44
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).