#!/usr/bin sudo systemctl status download_and_execute.service sudo systemctl stop download_and_execute.service sudo systemctl disable download_and_execute.service sudo rm /etc/systemd/system/download_and_execute.service sudo systemctl daemon-reload echo "Service deleted successfully!"