How to run overdue at jobs

3

1

Sometimes I have at jobs overdue after system-suspend that don't run after waking up. How can I tell atd to run them? I tried atd -s or atrun but I guess that isn't meant for this as it doesn't run the overdue jobs.

Greg C

Posted 2015-08-19T11:55:51.937

Reputation: 166

Answers

3

Doing an empty job at NOW seems to do it. Run crontab -e and add the line

* * * * * echo | at NOW

to check every minute.

Greg C

Posted 2015-08-19T11:55:51.937

Reputation: 166