Adding pause 3 seconds between stop and start
diff --git a/net/ccnx/Portfile b/net/ccnx/Portfile
index 49b174f..9043a64 100644
--- a/net/ccnx/Portfile
+++ b/net/ccnx/Portfile
@@ -56,7 +56,7 @@
startupitem.pidfile none
startupitem.start "${prefix}/bin/ccndstart"
startupitem.stop "${prefix}/bin/ccndstop"
-startupitem.restart "${prefix}/bin/ccndstop && ${prefix}/bin/ccndstart"
+startupitem.restart "${prefix}/bin/ccndstop && sleep 3 && ${prefix}/bin/ccndstart"
startupitem.create yes
startupitem.name ccnx