summaryrefslogtreecommitdiffstats
path: root/hosts/opi2b-armhf-rb/etc/rc.local
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-01-14 12:23:06 +0100
committerHolger Levsen <holger@layer-acht.org>2016-01-14 12:23:06 +0100
commit8f69b65b419da7a47bf16f9580cc86086eb0c4d4 (patch)
tree17681186b4a39372cadc9d65a2c785e91a69f8e0 /hosts/opi2b-armhf-rb/etc/rc.local
parent602d3380dd8648c6cbaa081b7cfe06645ae4f3a0 (diff)
downloadjenkins.debian.net-8f69b65b419da7a47bf16f9580cc86086eb0c4d4.tar.xz
reproducible armhf: add new armhf node and pbuilder/schroot/maintenance jobs for it, thanks to Vagrant
Diffstat (limited to 'hosts/opi2b-armhf-rb/etc/rc.local')
-rwxr-xr-xhosts/opi2b-armhf-rb/etc/rc.local16
1 files changed, 16 insertions, 0 deletions
diff --git a/hosts/opi2b-armhf-rb/etc/rc.local b/hosts/opi2b-armhf-rb/etc/rc.local
new file mode 100755
index 00000000..1c4ece10
--- /dev/null
+++ b/hosts/opi2b-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 -u) - system was rebooted" | mail -s "$(hostname -f) rebooted" root
+
+exit 0