mirror of
				https://github.com/node-red/node-red-nodes.git
				synced 2025-03-01 10:37:43 +00:00 
			
		
		
		
	add info to daemon node to point out python unbuffered
This commit is contained in:
		| @@ -55,7 +55,9 @@ | ||||
|     <p>Calls out to a long running system command. Sends <code>msg.payload</code> to stdin of the process.</p> | ||||
|     <p>Provides 3 outputs... stdout, stderr, and return code , from the running command.</p> | ||||
|     <p>If the called program stops (i.e. a return code is produced), this node can attempt to restart the command.</p> | ||||
|     <p><b>Note :</b> when you stop Node-RED running we may not get a chance to kill the called program so it may remain running. You <i>may</i> have to kill it manually.</p> | ||||
|     <p><b>Note :</b> when you stop Node-RED running we may not get a chance to kill the called program so it may remain | ||||
|     running. You <i>may</i> have to kill it manually.</p> | ||||
|     <p>If running a Python app you may need to use the <code>-u</code> parameter to stop the output being buffered.</p> | ||||
| </script> | ||||
|  | ||||
| <script type="text/javascript"> | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| { | ||||
|     "name"          : "node-red-node-daemon", | ||||
|     "version"       : "0.0.6", | ||||
|     "version"       : "0.0.7", | ||||
|     "description"   : "A Node-RED node that runs and monitors a long running system command.", | ||||
|     "dependencies"  : { | ||||
|     }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user