After run ./scripts/github-remove -d,then run ./validate.php report eror

error as below
[FAIL] Scheduler is not running
[FIX]:
sudo cp /opt/librenms/dist/librenms-scheduler.service /opt/librenms/dist/librenms-scheduler.timer /etc/systemd/system/
sudo systemctl enable librenms-scheduler.timer
sudo systemctl start librenms-scheduler.timer

my question is:
1,why after run ./scripts/github-remove -d.each time; ./validate.php always report this error?
2,which user I should user repair this issue,librenms ?root?
note:librenms no password,no sudo priv

If you don’t fix that error then it will always appear in validate output.

Run it as librenms user as it’s using sudo anyway.

after a while,it will restore as normal automaticly