diff options
Diffstat (limited to 'source/a/sysvinit-scripts/scripts/rc.local')
-rw-r--r-- | source/a/sysvinit-scripts/scripts/rc.local | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/source/a/sysvinit-scripts/scripts/rc.local b/source/a/sysvinit-scripts/scripts/rc.local new file mode 100644 index 00000000..65b358bb --- /dev/null +++ b/source/a/sysvinit-scripts/scripts/rc.local @@ -0,0 +1,9 @@ +#!/bin/sh +# +# /etc/rc.d/rc.local: Local system initialization script. +# +# Put any local startup commands in here. Also, if you have +# anything that needs to be run at shutdown time you can +# make an /etc/rc.d/rc.local_shutdown script and put those +# commands in there. + |