From 38a2e3f0ce51f335c63bf77646a827e216fc3025 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 13 Jan 2020 11:37:16 +0300 Subject: allow user hooks and make it more portable --- rc.local | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 rc.local (limited to 'rc.local') 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. -- cgit v1.2.3