summaryrefslogtreecommitdiffstats
path: root/hosts/profitbricks-build4-amd64/etc/rc.local
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-04-28 20:25:15 +0200
committerHolger Levsen <holger@layer-acht.org>2016-04-28 20:25:15 +0200
commitec764124480dc7b269dd5227aedbcf58b95f324c (patch)
tree8c1c80852fc4011efe47a73f56e10afa77ee9cc7 /hosts/profitbricks-build4-amd64/etc/rc.local
parent8e9dd4ea89dc6e0035014d0a6ba9ab1423126ef3 (diff)
downloadjenkins.debian.net-ec764124480dc7b269dd5227aedbcf58b95f324c.tar.xz
rename pb-build4 to pb-build9
Diffstat (limited to 'hosts/profitbricks-build4-amd64/etc/rc.local')
-rwxr-xr-xhosts/profitbricks-build4-amd64/etc/rc.local16
1 files changed, 0 insertions, 16 deletions
diff --git a/hosts/profitbricks-build4-amd64/etc/rc.local b/hosts/profitbricks-build4-amd64/etc/rc.local
deleted file mode 100755
index 1c4ece10..00000000
--- a/hosts/profitbricks-build4-amd64/etc/rc.local
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/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