summaryrefslogtreecommitdiffstats
path: root/hosts/profitbricks-build15-amd64/etc/rc.local
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-11-05 18:43:13 +0100
committerHolger Levsen <holger@layer-acht.org>2016-11-05 18:43:13 +0100
commit23567b7cc095d1d6e7f09cbf05ad8c787ac52b4f (patch)
tree9c45aa3da0d394a4465d17e1d02494150ffb98d1 /hosts/profitbricks-build15-amd64/etc/rc.local
parent04d82291c355f268c8087c58bb29c87d0a4d4e2a (diff)
downloadjenkins.debian.net-23567b7cc095d1d6e7f09cbf05ad8c787ac52b4f.tar.xz
reproducible Debian: add new amd64 build nodes, pb11 and pb15 - thanks Profitbricks!
Diffstat (limited to 'hosts/profitbricks-build15-amd64/etc/rc.local')
-rwxr-xr-xhosts/profitbricks-build15-amd64/etc/rc.local16
1 files changed, 16 insertions, 0 deletions
diff --git a/hosts/profitbricks-build15-amd64/etc/rc.local b/hosts/profitbricks-build15-amd64/etc/rc.local
new file mode 100755
index 00000000..1c4ece10
--- /dev/null
+++ b/hosts/profitbricks-build15-amd64/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