summaryrefslogtreecommitdiffstats
path: root/initscript/config.systemtap
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-10-29 11:22:40 -0400
committerDave Brolley <brolley@redhat.com>2009-10-29 11:22:40 -0400
commite2a741bebb16b0ce2f83f5d1e30383604436cdb5 (patch)
tree456d0ec0002faae14f0da43814c22f692b28d311 /initscript/config.systemtap
parent91d8cf1431e3c2a4cfd125a3ebe93a8a0ddd4bb3 (diff)
downloadsystemtap-steved-e2a741bebb16b0ce2f83f5d1e30383604436cdb5.tar.gz
systemtap-steved-e2a741bebb16b0ce2f83f5d1e30383604436cdb5.tar.xz
systemtap-steved-e2a741bebb16b0ce2f83f5d1e30383604436cdb5.zip
stap-server initscript cleanup and follow fedora initscript requirements.
Diffstat (limited to 'initscript/config.systemtap')
-rw-r--r--initscript/config.systemtap20
1 files changed, 20 insertions, 0 deletions
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=
+