[Unit] Description=DroneDetector NN Profile Switcher After=network-online.target docker.service dronedetector-compose.service Wants=network-online.target Requires=docker.service ConditionPathExists=__PROJECT_ROOT__/.env [Service] Type=oneshot WorkingDirectory=__PROJECT_ROOT__ ExecCondition=/usr/bin/systemctl --quiet is-active dronedetector-compose.service ExecStart=/usr/bin/python3 __PROJECT_ROOT__/scripts/nn_profile_switcher.py --project-root __PROJECT_ROOT__