Skip to content

Commit d22bf01

Browse files
committed
ctl files for Debian
1 parent 5662c0a commit d22bf01

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Section: misc
2+
Priority: optional
3+
Homepage: http://www.proxysql.com
4+
Standards-Version: 3.9.2
5+
6+
Package: proxysql
7+
Version: 1.1.0
8+
Maintainer: Rene Cannao <[email protected]>
9+
Architecture: amd64
10+
# Changelog: CHANGELOG.md
11+
# Readme: README.md
12+
Files: proxysql /usr/bin/
13+
etc/proxysql.cnf /
14+
etc/init.d/proxysql /
15+
Description: High performance MySQL proxy
16+
ProxySQL is a fast, reliable MySQL proxy with advanced runtime configuration management (virtually no configuration change requires a restart).
17+
.
18+
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.
19+
File: postinst
20+
#!/bin/sh -e
21+
if [ ! -d /var/run/proxysql ]; then mkdir /var/run/proxysql ; fi
22+
update-rc.d proxysql defaults
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Section: misc
2+
Priority: optional
3+
Homepage: http://www.proxysql.com
4+
Standards-Version: 3.9.2
5+
6+
Package: proxysql
7+
Version: 1.1.0
8+
Maintainer: Rene Cannao <[email protected]>
9+
Architecture: amd64
10+
# Changelog: CHANGELOG.md
11+
# Readme: README.md
12+
Files: proxysql /usr/bin/
13+
etc/proxysql.cnf /
14+
etc/init.d/proxysql /
15+
Description: High performance MySQL proxy
16+
ProxySQL is a fast, reliable MySQL proxy with advanced runtime configuration management (virtually no configuration change requires a restart).
17+
.
18+
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.
19+
File: postinst
20+
#!/bin/sh -e
21+
if [ ! -d /var/run/proxysql ]; then mkdir /var/run/proxysql ; fi
22+
update-rc.d proxysql defaults

0 commit comments

Comments
 (0)