aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/rc.local
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2012-08-06 15:18:23 -0400
committerBill Nottingham <notting@redhat.com>2012-08-06 15:18:23 -0400
commitd85174edb7389f670705595804b48aee0278ed2f (patch)
tree0cba6c19ef0420ec21bb56c0fe962d13ee3bee4f /rc.d/rc.local
parent164d1ede7161233a2a2fe6e4cf413b44a08923e4 (diff)
downloadinitscripts-d85174edb7389f670705595804b48aee0278ed2f.tar
initscripts-d85174edb7389f670705595804b48aee0278ed2f.tar.gz
initscripts-d85174edb7389f670705595804b48aee0278ed2f.tar.bz2
initscripts-d85174edb7389f670705595804b48aee0278ed2f.tar.xz
initscripts-d85174edb7389f670705595804b48aee0278ed2f.zip
Initial removal of support for non-systemd systems.
Diffstat (limited to 'rc.d/rc.local')
-rwxr-xr-xrc.d/rc.local7
1 files changed, 0 insertions, 7 deletions
diff --git a/rc.d/rc.local b/rc.d/rc.local
deleted file mode 100755
index c6a8faf1..00000000
--- a/rc.d/rc.local
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-#
-# This script will be executed at the end of the boot process.
-# You can put your own initialization stuff in here if you don't
-# want to do the full Sys V style init stuff.
-
-touch /var/lock/subsys/local