#! /usr/bin/env python
from tgt_grease_daemon import DaemonRouter, UnixDaemon

s = DaemonRouter()
s.set_process(UnixDaemon(s))
s.entry_point()
