summaryrefslogtreecommitdiff
blob: 079530159f82845dd834aec0f7386a57912373f7 (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="--log-use-syslog"

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