diff options
author | Masami Hiramatsu <mhiramat@redhat.com> | 2009-01-30 18:54:06 -0500 |
---|---|---|
committer | Masami Hiramatsu <mhiramat@redhat.com> | 2009-01-30 18:54:06 -0500 |
commit | 9a8d8be369cd1d2ac148b367e1c4b74ab9a005ba (patch) | |
tree | eee895a1ac6b4a94f268647b031708fc17e102dc /initscript/config | |
parent | 255b5e73f14c9fc72e5566edf595ab8df184f14f (diff) | |
download | systemtap-steved-9a8d8be369cd1d2ac148b367e1c4b74ab9a005ba.tar.gz systemtap-steved-9a8d8be369cd1d2ac148b367e1c4b74ab9a005ba.tar.xz systemtap-steved-9a8d8be369cd1d2ac148b367e1c4b74ab9a005ba.zip |
PR6936: Add systemtap initscript and systemtap-initscript subpackage.
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= + |