Files
deploy-gns3-server/templates/gns3-config-serve.service.temp
T
2026-05-28 06:56:46 -07:00

13 lines
267 B
Plaintext

[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