Skip to content
Snippets Groups Projects
Commit 6b4e704c authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #8898: Added configuration parameters for OTDB services

parent aa670988
No related branches found
No related tags found
No related merge requests found
[program:TreeService]
command=/bin/bash -c 'source %(ENV_LOFARROOT)s/lofarinit.sh;TreeService.py'
command=/bin/bash -c 'source %(ENV_LOFARROOT)s/lofarinit.sh;TreeService.py --hostname=sasdb --database=LOFAR_4'
user=lofarsys
stopsignal=INT ; KeyboardInterrupt
stdout_logfile=%{ENV_LOFARROOT}s/var/log/%{program_name)s.stdout
......
[program:TreeStatusEvents]
command=/bin/bash -c 'source %(ENV_LOFARROOT)s/lofarinit.sh;TreeStatusEvents.py'
command=/bin/bash -c 'source %(ENV_LOFARROOT)s/lofarinit.sh;TreeStatusEvents.py --hostname=sasdb --database=LOFAR_4 --busname lofar.otdb.status'
user=lofarsys
stopsignal=INT ; KeyboardInterrupt
stdout_logfile=%{ENV_LOFARROOT}s/var/log/%{program_name)s.stdout
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment