for creole's zephir2 branch
This commit is contained in:
9
sbin/creoled
Executable file
9
sbin/creoled
Executable file
@ -0,0 +1,9 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
from creole.server import CreoleDaemon
|
||||
from pyeole.ihm import only_root
|
||||
|
||||
only_root()
|
||||
|
||||
d = CreoleDaemon()
|
||||
d.run()
|
Reference in New Issue
Block a user