From d22bf017377e15a5096cb57c5a2bba498cbf5f57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Wed, 23 Dec 2015 02:52:20 +0000 Subject: [PATCH] ctl files for Debian --- .../proxysql/debian-7.8-build/proxysql.ctl | 22 +++++++++++++++++++ .../proxysql/debian-8.2-build/proxysql.ctl | 22 +++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 docker/images/proxysql/debian-7.8-build/proxysql.ctl create mode 100644 docker/images/proxysql/debian-8.2-build/proxysql.ctl diff --git a/docker/images/proxysql/debian-7.8-build/proxysql.ctl b/docker/images/proxysql/debian-7.8-build/proxysql.ctl new file mode 100644 index 0000000000..b4a25e27e6 --- /dev/null +++ b/docker/images/proxysql/debian-7.8-build/proxysql.ctl @@ -0,0 +1,22 @@ +Section: misc +Priority: optional +Homepage: http://www.proxysql.com +Standards-Version: 3.9.2 + +Package: proxysql +Version: 1.1.0 +Maintainer: Rene Cannao +Architecture: amd64 +# Changelog: CHANGELOG.md +# Readme: README.md +Files: proxysql /usr/bin/ + etc/proxysql.cnf / + etc/init.d/proxysql / +Description: High performance MySQL proxy + ProxySQL is a fast, reliable MySQL proxy with advanced runtime configuration management (virtually no configuration change requires a restart). + . + It features query routing, query caching, query rewriting (for queries generated by ORMs, for example) and is most of the time a drop-in replacement for mysqld from the point of view of the application. It can be configured and remote controlled through an SQL-compatible admin interface. +File: postinst + #!/bin/sh -e + if [ ! -d /var/run/proxysql ]; then mkdir /var/run/proxysql ; fi + update-rc.d proxysql defaults diff --git a/docker/images/proxysql/debian-8.2-build/proxysql.ctl b/docker/images/proxysql/debian-8.2-build/proxysql.ctl new file mode 100644 index 0000000000..b4a25e27e6 --- /dev/null +++ b/docker/images/proxysql/debian-8.2-build/proxysql.ctl @@ -0,0 +1,22 @@ +Section: misc +Priority: optional +Homepage: http://www.proxysql.com +Standards-Version: 3.9.2 + +Package: proxysql +Version: 1.1.0 +Maintainer: Rene Cannao +Architecture: amd64 +# Changelog: CHANGELOG.md +# Readme: README.md +Files: proxysql /usr/bin/ + etc/proxysql.cnf / + etc/init.d/proxysql / +Description: High performance MySQL proxy + ProxySQL is a fast, reliable MySQL proxy with advanced runtime configuration management (virtually no configuration change requires a restart). + . + It features query routing, query caching, query rewriting (for queries generated by ORMs, for example) and is most of the time a drop-in replacement for mysqld from the point of view of the application. It can be configured and remote controlled through an SQL-compatible admin interface. +File: postinst + #!/bin/sh -e + if [ ! -d /var/run/proxysql ]; then mkdir /var/run/proxysql ; fi + update-rc.d proxysql defaults