change shell script execution time (unknown task scheduler)

Kind of an embarrassing question to ask.

I have a server which runs under Debian 10.

It has 2 users: root and another one that I use for the application on the server.

There is a bash script that runs everyday under root. I need to change the time it runs.

I point out that it is a self made script that is located in the home directory of the application user.

Theres is nothing in root crontab or the user crontab. There is nothing in /etc/cron.daily or /etc/cron.d.

The list from systemctl list-timers:

  • systemd-tmpfiles-clean.service
  • logrotate.service
  • man-db.service
  • apt-daily.service
  • apt-daily-upgrade.service

Is there anybody that have an idea how it might be implemented ?