By convention if API, BOOT, MONITOR, and WWW are all operating on the
[myplc.git] / plc.d / network
index 9283f58..a994f4f 100755 (executable)
@@ -17,6 +17,8 @@
 # Be verbose
 set -x
 
+[ "$PLC_HOSTS_ENABLED" -ne 1 ] && exit 0
+
 case "$1" in
     start)
        MESSAGE=$"Generating network files"