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

11 lines
366 B
Desktop File

[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