Skip to content
Snippets Groups Projects
Commit 36af1245 authored by Ruud Overeem's avatar Ruud Overeem
Browse files

BugID: 679

Shell for starting a controller
parent 580a9442
No related branches found
No related tags found
No related merge requests found
# startController.sh executable taskname parenthostname parentService
#
# start the given executable
#
# start process
($1 $2 $3 $4 2>&1 | tee $2.log ) &
# get its pid
# echo $!
exit 0
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