NavigationUser loginSpam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
Init-scripts with same priorityHello out there, S30checkfs.sh which points to /etc/init.d/checkfs.sh it doesn't matter where it points to, I just write it for information however... But the point is, these two scripts have the same priority. And what if I want to write a script which should be executed between these two scripts? Thank you Gruss Christian |
Init-scripts with same
You will need to change the priorities of the scripts to ensure that they execute in order. If the scripts have the same priority then there is no guarantee which one is executed first - you might find that most systems seem to execute in alphabetic order, but this is not guaranteed and should not be relied upon.
Since you want to run a third script, you will need to use 3 priority levels.