gns3 deploy initial repo
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user