summaryrefslogtreecommitdiff
blob: 8b86431a3d8fa193cb68645d8bd8607837d24259 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# /etc/conf.d/mysql-proxy: config file for /etc/init.d/mysql-proxy

# location of pidfile
PIDFILE="/var/run/mysql-proxy.pid"

# general options for mysql-proxy
# do NOT specify --daemon or --pid-file=... here!
OPTS="--defaults-file=/etc/mysql/mysql-proxy.cnf"

# if you want mysql-proxy to depend on mysql, enable this:
#RC_NEED="mysql" # baselayout-1
#rc_need="mysql" # baselayout-2/OpenRC