node-red-nodes/utility/daemon/locales/ja/daemon.html

12 lines
1.3 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<script type="text/html" data-help-name="daemon">
<p>長時間実行されるシステムコマンドを呼び出します<code>msg.payload</code>stdin</p>
<p>実行中のコマンドから3つの出力stdout, stderr, リターンコードを提供します</p>
<p>パラメータはスペース区切り引用符付きスペース区切りもしくはJavaScript配列のいずれかです例えば`aa bb``"cc dd"`もしくは`["aa","bb cc""]`です</p>
<p>呼び出したプログラムが停止した場合つまりリターンコードが生成された場合本ノードはコマンドの再実行を試みます</p>
<p><code>msg.kill</code>SIGINT, SIGHUP
<code>msg.start</code></p>
<p><b>注意:</b>
例えばPythonアプリを実行する場合<code>-u</code></p>
</script>