diff options
Diffstat (limited to 'abs/core-testing/LinHES-config/templates/mysql.service')
-rw-r--r-- | abs/core-testing/LinHES-config/templates/mysql.service | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/abs/core-testing/LinHES-config/templates/mysql.service b/abs/core-testing/LinHES-config/templates/mysql.service new file mode 100644 index 0000000..160450e --- /dev/null +++ b/abs/core-testing/LinHES-config/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> |