[Unit] Description=GNS3 ephemeral config server After=network-online.target [Service] Type=simple WorkingDirectory=${_CONFIG_SERVE_DIR_} ExecStart=/usr/bin/python3 -m http.server ${_CONFIG_SERVE_PORT_} --bind 0.0.0.0 Restart=no [Install] WantedBy=multi-user.target