summarylogtreecommitdiffstats
path: root/arch_linux_profile.xml
diff options
context:
space:
mode:
authorChristian Hesse2015-10-29 14:49:59 +0100
committerChristian Hesse2015-10-29 14:49:59 +0100
commit9a292ba4aaa1627ffb8efb233a78503c571f272f (patch)
tree5eecfb7aa3e9540315b550f5ba467e95433652bf /arch_linux_profile.xml
downloadaur-9a292ba4aaa1627ffb8efb233a78503c571f272f.tar.gz
initial import of mysql-workbench-git 6.3.5.r0.gaa9272c-1
Diffstat (limited to 'arch_linux_profile.xml')
-rw-r--r--arch_linux_profile.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch_linux_profile.xml b/arch_linux_profile.xml
new file mode 100644
index 000000000000..cdfa8756ed1c
--- /dev/null
+++ b/arch_linux_profile.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0"?>
+
+<data>
+ <value type="dict">
+ <value type="string" key="sys.config.path">/etc/mysql/my.cnf</value>
+ <value type="string" key="sys.config.section">mysqld</value>
+
+ <value type="string" key="sys.mysqld.start">systemctl start mysqld</value>
+ <value type="string" key="sys.mysqld.stop">systemctl stop mysqld</value>
+ <value type="string" key="sys.mysqld.status">ps -C mysqld -o pid=</value>
+ <value type="int" key="sys.usesudo">0</value>
+
+ <value type="string" key="sys.system">Linux</value>
+ <value type="string" key="serverVersion">10.0</value>
+ </value>
+</data>