diff options
-rwxr-xr-x | rc.d/rc.local | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/rc.local b/rc.d/rc.local index 0036e6c5..c6a8faf1 100755 --- a/rc.d/rc.local +++ b/rc.d/rc.local @@ -1,6 +1,6 @@ #!/bin/sh # -# This script will be executed *after* all the other init scripts. +# This script will be executed at the end of the boot process. # You can put your own initialization stuff in here if you don't # want to do the full Sys V style init stuff. |