N Notorious New Around Here Dec 8, 2014 #1 Hi all, Running 376.48_1 on AC-87U. Is it possible the User scripts services-start and init-start are not working? I've set them up but nothing happens, permissions are ok and I can run them manually without any issues..
Hi all, Running 376.48_1 on AC-87U. Is it possible the User scripts services-start and init-start are not working? I've set them up but nothing happens, permissions are ok and I can run them manually without any issues..
Nullity Very Senior Member Dec 8, 2014 #2 Anything is possible. What are you trying to do? Can you show us your script?
N Notorious New Around Here Dec 8, 2014 #3 for example init-start #!/bin/sh cru a 12345 day /jffs/scripts/script Click to expand... but if I login and do a cru l then the entry isn't there. if I run init-start manually, then it is.
for example init-start #!/bin/sh cru a 12345 day /jffs/scripts/script Click to expand... but if I login and do a cru l then the entry isn't there. if I run init-start manually, then it is.
RMerlin Asuswrt-Merlin dev Staff member Dec 8, 2014 #4 Post the full path to the script. init-start is probably too early to configure a cron job - the router is only starting to boot the firmware at that point. services-start might be a better location for creating a cron job.
Post the full path to the script. init-start is probably too early to configure a cron job - the router is only starting to boot the firmware at that point. services-start might be a better location for creating a cron job.
N Notorious New Around Here Dec 8, 2014 #5 services-start seems to be working for the cron job, everything is fine now thanks for the quick followup!
services-start seems to be working for the cron job, everything is fine now thanks for the quick followup!