mirror of
https://github.com/fastogt/fastocloud_admin.git
synced 2025-03-09 23:38:52 +00:00
6 lines
80 B
Python
Executable file
6 lines
80 B
Python
Executable file
import daemon
|
|
|
|
from server import main
|
|
|
|
with daemon.DaemonContext():
|
|
main()
|