diff --git a/restart_all.sh b/restart_all.sh index bbb517a..2827cd1 100755 --- a/restart_all.sh +++ b/restart_all.sh @@ -37,10 +37,6 @@ restart_docker_services() { else log "Compose file not found: $COMPOSE_FILE" fi - - if ${SUDO[@]} systemctl list-unit-files dronedetector-compose.service >/dev/null 2>&1; then - ${SUDO[@]} systemctl restart dronedetector-compose.service || true - fi } restart_sdr_services() {