I have an old Ubuntu system. crontab -l shows that a particular job is running every 30 minutes:
# m h dom mon dow command
30 * * * * ~/scripts/ferc.sh
However, I am unable to find this line in /etc/crontab or any file in all of the /etc/cron.* folders.
Where else can cron configuration be kept?