#!/usr/bin/python

from creole.server import CreoleDaemon
from pyeole.ihm import only_root

only_root()

d = CreoleDaemon()
d.run()