diff options
author | James Meyer <james.meyer@operamail.com> | 2009-03-02 18:52:41 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-03-02 18:52:41 (GMT) |
commit | 4a58721bde0f959343fc3c01c937d84e1837db49 (patch) | |
tree | 7139f50a2aa22653dc292681e937fe27fdabd099 /abs/core-testing/system-templates/templates/mysql.service | |
parent | c4a0c229a373a5aa36a3bfb4067c9356c7c4c3ce (diff) | |
download | linhes_pkgbuild-4a58721bde0f959343fc3c01c937d84e1837db49.zip linhes_pkgbuild-4a58721bde0f959343fc3c01c937d84e1837db49.tar.gz linhes_pkgbuild-4a58721bde0f959343fc3c01c937d84e1837db49.tar.bz2 |
New pkg system-templates.
This splits out the templates from the -config package.
Diffstat (limited to 'abs/core-testing/system-templates/templates/mysql.service')
-rw-r--r-- | abs/core-testing/system-templates/templates/mysql.service | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/abs/core-testing/system-templates/templates/mysql.service b/abs/core-testing/system-templates/templates/mysql.service new file mode 100644 index 0000000..160450e --- /dev/null +++ b/abs/core-testing/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> |