*** empty log message ***
[vsys.git] / vsys-initscript
diff --git a/vsys-initscript b/vsys-initscript
new file mode 100755 (executable)
index 0000000..5ade750
--- /dev/null
@@ -0,0 +1,16 @@
+#!/bin/bash
+
+case "$1" in
+    start|restart|reload|update)
+       ;;
+    stop|status)
+       exit 0
+       ;;
+    *)
+       echo $"Usage: $0 {start|stop|restart|status}"
+       exit 1
+       ;;
+esac
+
+# Source function library.
+. /etc/rc.d/init.d/functions