initial code repo
[stor4nfv.git] / src / ceph / src / ceph-volume / bin / ceph-volume-systemd
diff --git a/src/ceph/src/ceph-volume/bin/ceph-volume-systemd b/src/ceph/src/ceph-volume/bin/ceph-volume-systemd
new file mode 100755 (executable)
index 0000000..7da8ec6
--- /dev/null
@@ -0,0 +1,6 @@
+#!/usr/bin/env python
+
+from ceph_volume.systemd import main
+
+if __name__ == '__main__':
+    main.main()