]> andersk Git - sql.git/blame - etc/rc.local
php: init.d script
[sql.git] / etc / rc.local
CommitLineData
562fda3a
JP
1#!/bin/sh
2#
3# This script will be executed *after* all the other init scripts.
4# You can put your own initialization stuff in here if you don't
5# want to do the full Sys V style init stuff.
6
7touch /var/lock/subsys/local
8
9if [[ -s /srv/mysql/master.info ]]; then
10 /sbin/ifdown eth0:0
11 /sbin/ifdown eth1:0
12fi
This page took 0.056782 seconds and 5 git commands to generate.