diff options
author | William Cohen <wcohen@redhat.com> | 2009-02-02 09:48:58 -0500 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2009-02-02 09:48:58 -0500 |
commit | 7a13f89ffc608e36302c43969d29fe08a589b5d7 (patch) | |
tree | 418ceba458d0cb1722ded388de555c5a730f4783 /initscript/config | |
parent | 7627c52330b476c13498144cd1288be0f5869e0f (diff) | |
parent | 3d65f39002440cfdeeac94d7a7a6c9a7aead2e54 (diff) | |
download | systemtap-steved-7a13f89ffc608e36302c43969d29fe08a589b5d7.tar.gz systemtap-steved-7a13f89ffc608e36302c43969d29fe08a589b5d7.tar.xz systemtap-steved-7a13f89ffc608e36302c43969d29fe08a589b5d7.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Conflicts:
testsuite/ChangeLog
Diffstat (limited to 'initscript/config')
-rw-r--r-- | initscript/config | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/initscript/config b/initscript/config new file mode 100644 index 00000000..c49a34a5 --- /dev/null +++ b/initscript/config @@ -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= + |