diff options
| author | John Klug <john.klug@multitech.com> | 2017-11-16 10:41:10 -0600 |
|---|---|---|
| committer | John Klug <john.klug@multitech.com> | 2017-11-16 10:41:10 -0600 |
| commit | 28a5c34bcbb2c2ce6896a553e0c988431e9d6d27 (patch) | |
| tree | d80ba856e87ca34f54bcec99bbccc9b9fb5e31a4 /recipes-devtools/node-red/files/node-red.init | |
| parent | 40301fa84017562854dfad45dd83572e55800c9d (diff) | |
| download | meta-mlinux-28a5c34bcbb2c2ce6896a553e0c988431e9d6d27.tar.gz meta-mlinux-28a5c34bcbb2c2ce6896a553e0c988431e9d6d27.tar.bz2 meta-mlinux-28a5c34bcbb2c2ce6896a553e0c988431e9d6d27.zip | |
Add /etc/init.d/node-red to avoid deleting AEP file of same name
Diffstat (limited to 'recipes-devtools/node-red/files/node-red.init')
| -rwxr-xr-x | recipes-devtools/node-red/files/node-red.init | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-devtools/node-red/files/node-red.init b/recipes-devtools/node-red/files/node-red.init new file mode 100755 index 0000000..05df9ad --- /dev/null +++ b/recipes-devtools/node-red/files/node-red.init @@ -0,0 +1,5 @@ +#!/bin/bash +# This is a placeholder for AEP's init script to prevent +# overwriting the node-red init script. +# This file is not used in non-AEP node-red and should be ignored in all cases. +true |
