Stash old Node.JS netconf-service in attic/

This commit is contained in:
Adam Ierymenko 2015-01-05 16:20:20 -08:00
commit efa0bab296
7 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,13 @@
#!/bin/bash
export PATH=/bin:/usr/bin:/usr/local/bin
# We will start in ZT_HOME
if [ ! -d ./services.d/netconf-service ]; then
echo 'cannot find netconf-service subfolder to launch subprocess' >&2
exit 1
fi
cd services.d/netconf-service
exec node netconf-master.js