Queries on downloader processor

Hi again,

I stop and disabled the downloader processors for both landsat and sentinel:

sudo systemctl stop sen2agri-{sentinel,landsat}-downloader.{service,timer}
sudo systemctl disable sen2agri-{sentinel,landsat}-downloader.{service,timer}

But when I checked their status it seemed that they are automatically enabled?
What is the processor responsible for this?

Brent

The install and update scripts are the only ones that enable the daemons. Are you sure they are getting re-enabled somehow? Maybe try to disable them again and check systemctl is-enabled sen2agri-{sentinel,landsat}-downloader.{service,timer} from time to time. It should output static for the services and disabled for the timers.

Hello,

Yes, it seemed that they are disabled now and never reverted.

[brentf@nirvana-ESSC_MNL ~]$ systemctl is-enabled sen2agri-{sentinel,landsat}-downloader.{service,timer}
static
disabled
static
disabled

Many thanks.
Brent