creole/sbin/creoled

10 lines
132 B
Python
Executable File

#!/usr/bin/python
from creole.server import CreoleDaemon
from pyeole.ihm import only_root
only_root()
d = CreoleDaemon()
d.run()