]> git.proxmox.com Git - ceph.git/blame - ceph/src/ceph-volume/bin/ceph-volume-systemd
patches: remove fuzz and re-format
[ceph.git] / ceph / src / ceph-volume / bin / ceph-volume-systemd
CommitLineData
d2e6a577
FG
1#!/usr/bin/env python
2
3from ceph_volume.systemd import main
4
5if __name__ == '__main__':
6 main.main()