diff options
Diffstat (limited to 'rc.local')
-rwxr-xr-x | rc.local | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/rc.local b/rc.local new file mode 100755 index 0000000..1cd0051 --- /dev/null +++ b/rc.local @@ -0,0 +1,9 @@ +# +# rc.local +# + +# vim:filetype=sh + +# rc.local is executed after the main functions +# of rc.boot so you can add your own scripts and +# run them from here. |