#!/usr/lib/zope2.12/bin/python

import zdaemon.zdctl

if __name__ == '__main__':
    zdaemon.zdctl.main()
