aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/rc.local
blob: 6d125d8b2da2ef8eab2277d4614d4d160b87da6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
#
### BEGIN INIT INFO
# Provides: rc.local
# X-Mandriva-Compat-Mode
# Default-Start: 2 3 4 5
# Short-Description: Local initialization script
# Description: This script will be executed *after* all the other init scripts.
#              You can put your own initialization stuff in here if you don't
#              want to do the full Sys V style init stuff.
### END INIT INFO

touch /var/lock/subsys/local