░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/usr/lib/sysstat
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: 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 "$@"
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 debian-sa1
?
446 B
2024-01-09 20:31
EDIT
📄 sa1
?
1.7 KB
2024-01-09 20:31
EDIT
📄 sa2
?
1.5 KB
2024-01-09 20:31
EDIT
📄 sadc
?
81.3 KB
2024-01-09 20:31
EDIT