1
0
Fork 0
mirror of https://github.com/fastogt/fastocloud_admin.git synced 2025-03-09 23:38:52 +00:00
fastocloud_admin/daemon_server.py
2020-02-08 22:27:17 -05:00

6 lines
80 B
Python
Executable file

import daemon
from server import main
with daemon.DaemonContext():
main()