#!/usr/bin/python3
# PBR Generated from 'console_scripts'

import sys

from oslo_privsep.daemon import helper_main


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