11 lines
366 B
Desktop File
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
|