Add patroni.py executable file

This commit is contained in:
Alexander Kukushkin
2015-09-07 10:37:10 +02:00
parent c9577e1a62
commit 5ea0ab70f5
Executable
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/env python
from patroni import main
if __name__ == '__main__':
main()