gns3 deploy initial repo

This commit is contained in:
2026-05-28 06:56:46 -07:00
commit d1ca7c6692
17 changed files with 4652 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[Unit]
Description=Stop and clean up GNS3 config server
[Service]
Type=oneshot
ExecStart=/bin/systemctl stop gns3-config-serve.service
ExecStart=/bin/systemctl disable gns3-config-serve.service
ExecStart=/bin/rm -rf ${_CONFIG_SERVE_DIR_}
ExecStart=/bin/systemctl disable gns3-config-serve-stop.timer
ExecStart=-/usr/sbin/ufw delete allow ${_CONFIG_SERVE_PORT_}/tcp