diff options
| author | Asko Oja | 2009-05-04 14:02:39 +0000 |
|---|---|---|
| committer | Marko Kreen | 2009-06-01 07:49:44 +0000 |
| commit | 9cbd16ab343c28c55012127a1cb643b793547416 (patch) | |
| tree | 6a5b351db839396c8d6912d2a0eb90fe1c94d734 /scripts/scriptmgr.ini.templ | |
| parent | 16e20c4daccb4f0e95249d8fcfe32e89bae41882 (diff) | |
python scripts: Move template config to docstring.
* Template config is now in docstring to make to more
easy to keep up-to-date.
* dbscript: --ini option to show template config.
Diffstat (limited to 'scripts/scriptmgr.ini.templ')
| -rw-r--r-- | scripts/scriptmgr.ini.templ | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/scripts/scriptmgr.ini.templ b/scripts/scriptmgr.ini.templ deleted file mode 100644 index 7fa1419d..00000000 --- a/scripts/scriptmgr.ini.templ +++ /dev/null @@ -1,43 +0,0 @@ - -[scriptmgr] -job_name = scriptmgr_cphdb5 -config_list = ~/dbscripts/conf/*.ini, ~/random/conf/*.ini -logfile = ~/log/%(job_name)s.log -pidfile = ~/pid/%(job_name)s.pid -#use_skylog = 1 - -# -# defaults for services -# -[DEFAULT] -cwd = ~/dbscripts -args = -v - -# -# service descriptions -# - -[cube_dispatcher] -script = cube_dispatcher.py - -[table_dispatcher] -script = table_dispatcher.py - -[bulk_loader] -script = bulk_loader.py - -[londiste] -script = londiste.py -args = replay - -[pgqadm] -script = pgqadm.py -args = ticker - -# -# services to be ignored -# - -[log_checker] -disabled = 1 - |
