Skip to content
Discussion options

You must be logged in to vote

How does ecalsys handles shell scripts. Which shell does it use when the process starts.

eCAL Sys unfortunately cannot handle shell scripts by itself. It cannot decide which interpreter to start. What you can do however is create a shell script as file and pass it to an interpreter of your choice as argument:

bash /path/to/scriptname

In eCAL Sys, this would translate to:

  • Executable: bash
  • Arguments: /path/to/scriptname

Note, that eCAL Sys will then only monitor the bash process and will be unaware of any other application that may be started from that script.

When stop is executed by the ecalsys, which stop signal (SIGINT, SIGKILL) does it send?

eCAL Sys will at first send an eCAL St…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by deo-abhijit
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants