rougail/sbin/creoled
2019-11-23 08:17:35 +01:00

9 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()