04-30-2020, 09:59 PM
(04-30-2020, 03:14 PM)Tim Curtis Wrote: It will probably have to run within workers job processing loop similar to clock radio etc.
Tim,
just for testing, I've disabled both systemd service and timer units before putting the following commands in worker.php, after line 631:
Code:
sysCmd('systemctl start checksources.service');
sysCmd('systemctl start checksources.timer');
I don't know exactly if this how and where it should be added but now mount status works at startup.