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

Task #8888: Added supervisord config file

parent ffba0a7a
No related branches found
No related tags found
Loading
......@@ -5034,6 +5034,7 @@ SAS/ResourceAssignment/ResourceAssignmentEditor/test/CMakeLists.txt -text
SAS/ResourceAssignment/ResourceAssignmentEditor/test/test_webservice.py -text
SAS/ResourceAssignment/ResourceAssignmentEditor/test/test_webservice.run -text
SAS/ResourceAssignment/ResourceAssignmentEditor/test/test_webservice.sh -text
SAS/ResourceAssignment/Services/src/JobsToSchedule.ini -text
SAS/ResourceAssignment/Services/test/tJobsToSchedule.in_correlator -text
SAS/ResourceAssignment/Services/test/tJobsToSchedule.in_preprocessing -text
SAS/ResourceAssignment/Services/test/tJobsToSchedule.sh eol=lf
......
......@@ -3,3 +3,8 @@
lofar_add_bin_scripts(
JobsToSchedule.py
)
# supervisord config files
install(FILES
JobsToSchedule.ini
DESTINATION etc/supervisord.d)
[program:JobsToSchedule]
command=/bin/bash -c 'source $LOFARROOT/lofarinit.sh;JobsToSchedule.py --otdb_busname=lofar.otdb --my_busname=lofar.ra'
user=lofarsys
stopsignal=INT ; KeyboardInterrupt
stopasgroup=true
stdout_logfile=%(program_name)s.log
stderr_logfile=%(program_name)s.stderr
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