Starting off the certmaster tree with most of the func code, shortly non-certmaster...
[certmaster.git] / scripts / funcd
diff --git a/scripts/funcd b/scripts/funcd
new file mode 100755 (executable)
index 0000000..3d807bd
--- /dev/null
@@ -0,0 +1,10 @@
+#!/usr/bin/python
+
+
+import sys
+import distutils.sysconfig
+
+from func.minion import server
+
+if __name__ == "__main__":
+    server.main(sys.argv)