1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-12-26 08:48:11 +00:00
This commit is contained in:
Jerry Seutter 2014-10-28 11:09:43 -06:00
parent 5f9554b86c
commit 148b99c553

View File

@ -180,10 +180,8 @@ def _start_gns3server():
:return: None :return: None
""" """
# cmd = ['gns3server', '--quiet']
cmd = 'gns3server --quiet > /tmp/gns3.log 2>&1 &' cmd = 'gns3server --quiet > /tmp/gns3.log 2>&1 &'
log.info("Starting gns3server with cmd {}".format(cmd)) log.info("Starting gns3server with cmd {}".format(cmd))
# subprocess.Popen(cmd, shell=False)
os.system(cmd) os.system(cmd)