summarylogtreecommitdiffstats
path: root/arch_linux_profile.xml
diff options
context:
space:
mode:
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>