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

Task #8898: Stop whole process group for services started through bash, and...

Task #8898: Stop whole process group for services started through bash, and use .log as extension for stdout of services
parent b6879589
No related branches found
No related tags found
No related merge requests found
......@@ -2,5 +2,6 @@
command=/bin/bash -c 'source $LOFARROOT/lofarinit.sh;TreeService.py --dbcredentials=OTDB --busname=lofar.otdb.specification'
user=lofarsys
stopsignal=INT ; KeyboardInterrupt
stdout_logfile=%(program_name)s.stdout
stopasgroup=true ; bash does not propagate signals
stdout_logfile=%(program_name)s.log
stderr_logfile=%(program_name)s.stderr
......@@ -2,5 +2,6 @@
command=/bin/bash -c 'source $LOFARROOT/lofarinit.sh;TreeStatusEvents.py --dbcredentials=OTDB --busname lofar.otdb.status'
user=lofarsys
stopsignal=INT ; KeyboardInterrupt
stdout_logfile=%(program_name)s.stdout
stopasgroup=true ; bash does not propagate signals
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