#!/usr/bin/python3

import sys

from oslo_rootwrap.cmd import daemon


if __name__ == "__main__":
    sys.exit(daemon())
