Submit
Path:
~
/
/
lib
/
sysstat
/
File Content:
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 "$@"
Submit
FILE
FOLDER
Name
Size
Permission
Action
debian-sa1
446 bytes
0755
sa1
1746 bytes
0755
sa2
1572 bytes
0755
sadc
87296 bytes
0755
N4ST4R_ID | Naxtarrr