diff options
Diffstat (limited to 'bin/luxcena-neo.sh')
-rwxr-xr-x | bin/luxcena-neo.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/luxcena-neo.sh b/bin/luxcena-neo.sh new file mode 100755 index 0000000..4467d06 --- /dev/null +++ b/bin/luxcena-neo.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +runuser -l pi -c "export NODE_ENV=production; node ~/luxcena-neo-install/src/app.js" |