9 lines
132 B
Python
Executable file
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()
|