summarylogtreecommitdiffstats
path: root/rc.local
diff options
context:
space:
mode:
authorManuel Hüsers2015-09-21 15:00:04 +0200
committerManuel Hüsers2015-09-21 15:00:04 +0200
commit82c4480c47beb36eae8278796ae6fe8416172568 (patch)
tree208680d9d7b0f44185e5fa77ea79bbe2beab7165 /rc.local
parentecf3a885a8da36e3d64c4f148ff03b4ebad3a75c (diff)
downloadaur-82c4480c47beb36eae8278796ae6fe8416172568.tar.gz
Version 1.1
Diffstat (limited to 'rc.local')
-rw-r--r--rc.local14
1 files changed, 14 insertions, 0 deletions
diff --git a/rc.local b/rc.local
new file mode 100644
index 000000000000..65634dfa4682
--- /dev/null
+++ b/rc.local
@@ -0,0 +1,14 @@
+#!/bin/sh -e
+#
+# rc.local
+#
+# This script is executed at the end of each multiuser runlevel.
+# Make sure that the script will "exit 0" on success or any other
+# value on error.
+#
+# In order to enable or disable this script just change the execution
+# bits.
+#
+# By default this script does nothing.
+
+exit 0