mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 13:54:15 -07:00
Stash old Node.JS netconf-service in attic/
This commit is contained in:
parent
96e9a90e8e
commit
efa0bab296
7 changed files with 0 additions and 0 deletions
13
attic/netconf-service/netconf.service
Executable file
13
attic/netconf-service/netconf.service
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue