I am working with 750 box, attempting to get a script to run on startup. Script runs fine manually. I have altered the delay from 10-60 to see if that made a difference but it did not
I have the following in system scheduler:
add name=2 on-event=“/system script run di
sen” disabled=no start-time=startup interval=0
In the scheduler just use the script name . So please try replacing
on-event="/system script run disen"
with
on-event=disen
Other aspect is to just leave checked all the policy to execute the script; then define accurately the proper working subset of policy to leave active.