From e2a741bebb16b0ce2f83f5d1e30383604436cdb5 Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Thu, 29 Oct 2009 11:22:40 -0400 Subject: stap-server initscript cleanup and follow fedora initscript requirements. --- initscript/config.systemtap | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 initscript/config.systemtap (limited to 'initscript/config.systemtap') diff --git a/initscript/config.systemtap b/initscript/config.systemtap new file mode 100644 index 00000000..c49a34a5 --- /dev/null +++ b/initscript/config.systemtap @@ -0,0 +1,20 @@ +# Path setup +# SCRIPT_PATH=/etc/systemtap/script.d +# CONFIG_PATH=/etc/systemtap/conf.d +# CACHE_PATH=/var/cache/systemtap +# STAT_PATH=/var/run/systemtap +# TEMP_PATH=/tmp +# LOG_FILE=/var/log/systemtap.log + +# Fail unless all scripts succeeded to run +# PASSALL=yes + +# Always follows script dependencies +# RECURSIVE=no + +# Automatically recompile scripts if caches are old or do not exist. +# AUTOCOMPILE=yes + +# Start these scripts by default. If omitted, all scripts are started. +# DEFAULT_START= + -- cgit