]> andersk Git - sql.git/blob - etc/rc.local
backups: keep less monthlys
[sql.git] / etc / rc.local
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
7 touch /var/lock/subsys/local
8
9 if [[ -s /srv/mysql/master.info ]]; then
10     /sbin/ifdown eth0:0
11     /sbin/ifdown eth1:0
12 fi
This page took 0.042659 seconds and 5 git commands to generate.