summaryrefslogtreecommitdiffstats
path: root/hosts/odxu4-armhf-rb/etc/rc.local
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-11-09 09:39:13 +0100
committerHolger Levsen <holger@layer-acht.org>2015-11-09 09:39:13 +0100
commit4df8833f16509841e24fb60c29017b22cb5fd97b (patch)
tree352f20c3041102d817531ac7504ea058bfde76dd /hosts/odxu4-armhf-rb/etc/rc.local
parentd2f4bf3050f663b39b3241ccd39eed6390da9dac (diff)
downloadjenkins.debian.net-4df8833f16509841e24fb60c29017b22cb5fd97b.tar.xz
add configs for new armhf node, odxu4
Diffstat (limited to 'hosts/odxu4-armhf-rb/etc/rc.local')
-rwxr-xr-xhosts/odxu4-armhf-rb/etc/rc.local16
1 files changed, 16 insertions, 0 deletions
diff --git a/hosts/odxu4-armhf-rb/etc/rc.local b/hosts/odxu4-armhf-rb/etc/rc.local
new file mode 100755
index 00000000..9493d09d
--- /dev/null
+++ b/hosts/odxu4-armhf-rb/etc/rc.local
@@ -0,0 +1,16 @@
+#!/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.
+
+echo "$(date) - system was rebooted" | mail -s "$(hostname -f) rebooted" root
+
+exit 0