Skip to content

Commit

Permalink
Merge pull request #472 from vermeire-mathias/issue425
Browse files Browse the repository at this point in the history
fix for the init script, see issue 425
  • Loading branch information
renecannao committed Feb 3, 2016
2 parents caec52d + 8a447e9 commit 19bbce4
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions etc/init.d/proxysql
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
#!/bin/bash
#
# Provides : proxysql
# Required-Start : $local_fs
# Required-Stop : $local_fs
# Default-Start : 2 3 4 5
# Default-Stop : 0 1 6
# Short-Description : High Performance Advanced Proxy for MySQL
# Description : High Performance and Advanced Proxy for MySQL and forks.
# It provides advanced features like connection pool, query routing and rewrite,
# firewalling, throttling, real time analysis, error-free failover
### BEGIN INIT INFO
# Provides: proxysql
# Required-Start: $local_fs
# Required-Stop: $local_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: High Performance Advanced Proxy for MySQL
# Description : High Performance and Advanced Proxy for MySQL and forks.
# It provides advanced features like connection pool, query routing and rewrite,
# firewalling, throttling, real time analysis, error-free failover
### END INIT INFO

OLDDATADIR="/var/run/proxysql"
DATADIR="/var/lib/proxysql"
Expand Down

0 comments on commit 19bbce4

Please sign in to comment.