crans_bcfg2/Probes/sysctl
Olivier Huber d3cd1730e3 Ajout du probe pour sysctl
darcs-hash:20091230145201-8fbb1-1d18d7eaf74e068e95eb9c371110b17119f0dfa9.gz
2009-12-30 15:52:01 +01:00

6 lines
115 B
Bash
Executable file

#!/bin/bash
if [ -f /etc/sysctl.conf.local ]; then
echo "group:sysctl.local"
exec cat /etc/sysctl.conf.local
fi