[Gambas-user] Crontab and Gambas executable

T Lee Davidson t.lee.davidson at gmail.com
Mon Dec 21 16:23:13 CET 2020


On 12/21/20 5:09 AM, Gianluigi wrote:
> Unfortunately for me, even a simple test like:
> crontab -e
> 50 18 * * * gedit
> 51 18 * * * killall -w gedit
> it didn't work and then Gambas is not to blame.

I don't recall if you said that you verified that Cron is actually running. Depending on if you have System V or Systemd, you 
would need to do one of the following to check it:
service crond status (or service cron status),
systemctl status crond.service (or systemctl status cron.service), or
systemctl status cron


-- 
Lee


More information about the User mailing list