Logoj0ke.net Open Build Service > Projects > server:database:mysql > mysql-proxy > mysql-proxy.sysconfig
Sign Up | Log In

File mysql-proxy.sysconfig of Package mysql-proxy

x
 
1
## Path:        Network/mysql-proxy
2
## Description: MySQl Proxy configuration
3
 
4
## Type:        string
5
## Default:     "--daemon"
6
## ServiceRestart: mysql-proxy
7
#
8
# Command line arguments to hand over to mysql-proxy
9
# Normally: --daemon   (run as background daemon)
10
#
11
MYSQL_PROXY_ARGS="--defaults-file=/etc/mysql-proxy.cnf --plugin-dir=/usr/%LIB%/mysql-proxy/plugins --proxy-lua-script=/usr/share/doc/packages/mysql-proxy/examples/tutorial-basic.lua"
12
 
13
## Type:        string
14
## Default:     "/var/run/mysql-proxy.pid"
15
#
16
# Location of pid file
17
#
18
MYSQL_PROXY_PID="/var/run/mysql-proxy/mysql-proxy.pid"
19
20
## Type:    string
21
## Default: "/usr/%LIB%/mysql-proxy/lua"
22
#
23
# Location of lua scripts
24
#
25
MYSQL_PROXY_LUA_PATH="/usr/%LIB%/mysql-proxy/lua"
26