You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure I understand. There is no graceful shutdown, we sever the ssh connection and the process receives a SIGHUP, which then terminates the process running underneath it. Under these circumstances, I'm not sure what --force flag would do and how we would implement it in the process manager.
RESTAPIChildNode is a controller object, whereas terminate is a process management command. I don't think daq_applications would respond to a terminate command (nor does a controller).
Want a graceful shutdown with
terminate
and a forced one withterminate -f
The text was updated successfully, but these errors were encountered: