Merge "Fix start_XXXX function header"
diff --git a/lib/template b/lib/template
index d70f218..78b848d 100644
--- a/lib/template
+++ b/lib/template
@@ -65,7 +65,7 @@
 }
 
 # start_XXXX() - Start running processes, including screen
-function start_XXXX()
+function start_XXXX() {
     # screen_it XXXX "cd $XXXX_DIR && $XXXX_DIR/bin/XXXX-bin"
     :
 }