aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/etc/rc.local
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-09-11 21:35:03 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-09-11 21:35:03 +0000
commit78c7c7e068d1a40a8ff54502ca5885232ca3839c (patch)
tree39cd1b7fbfccfe515803025e7b45ea87fbcec95a /package/base-files/files/etc/rc.local
parente7b336cf2153d25bcde5c8ab082ab5224014f42f (diff)
downloadmaster-187ad058-78c7c7e068d1a40a8ff54502ca5885232ca3839c.tar.gz
master-187ad058-78c7c7e068d1a40a8ff54502ca5885232ca3839c.tar.bz2
master-187ad058-78c7c7e068d1a40a8ff54502ca5885232ca3839c.zip
[package] base-files: introduce a ready-to-use /etc/rc.local to let users run custom commands on init without creating custom init scripts
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17571 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/files/etc/rc.local')
-rw-r--r--package/base-files/files/etc/rc.local4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/base-files/files/etc/rc.local b/package/base-files/files/etc/rc.local
new file mode 100644
index 0000000000..56394773c3
--- /dev/null
+++ b/package/base-files/files/etc/rc.local
@@ -0,0 +1,4 @@
+# Put your custom commands here that should be executed once
+# the system init finished. By default this file does nothing.
+
+exit 0