#!/usr/bin/env python
"""
Daemonizer for python scripts.
"""
import telephonie.utils.daemonize as daemonize
daemonize.main()
