summaryrefslogtreecommitdiffstats
path: root/abs/core/system-templates/templates/mysql.service
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/system-templates/templates/mysql.service')
-rw-r--r--abs/core/system-templates/templates/mysql.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/abs/core/system-templates/templates/mysql.service b/abs/core/system-templates/templates/mysql.service
new file mode 100644
index 0000000..160450e
--- /dev/null
+++ b/abs/core/system-templates/templates/mysql.service
@@ -0,0 +1,13 @@
+<?xml version="1.0" standalone='no'?><!--*-nxml-*-->
+<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
+
+<service-group>
+
+ <name replace-wildcards="yes">mysql_myth on %h</name>
+
+ <service>
+ <type>_mysql._tcp</type>
+ <port>3306</port>
+ </service>
+
+</service-group>