mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 08:44:52 +02:00
Have freeze support for macOS as well
This commit is contained in:
parent
c437482e85
commit
db315e3c3c
@ -78,11 +78,13 @@ def main():
|
||||
Entry point for GNS3 server
|
||||
"""
|
||||
|
||||
if hasattr(sys, "frozen"):
|
||||
freeze_support()
|
||||
|
||||
if not sys.platform.startswith("win"):
|
||||
if "--daemon" in sys.argv:
|
||||
daemonize()
|
||||
else:
|
||||
freeze_support()
|
||||
|
||||
from gns3server.run import run
|
||||
run()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user