Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrobocoder <anthon.pang@gmail.com>2012-07-31 06:39:36 +0400
committerrobocoder <anthon.pang@gmail.com>2012-07-31 06:39:36 +0400
commit2da08688bfbd593b09d08e7619008364962f0c5b (patch)
tree374b0046749a7bc876a56f69cf4201de5e51e219 /misc/package
parentf4c5ce6d5e1c3136f3db6e34b8307cab4abcad26 (diff)
refs #3278 - automatically start Apache and MySQL services, if not already started
git-svn-id: http://dev.piwik.org/svn/trunk@6600 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'misc/package')
-rw-r--r--misc/package/ASUStor/config.json.tpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/package/ASUStor/config.json.tpl b/misc/package/ASUStor/config.json.tpl
index c887f1967a..ee5d4b51d9 100644
--- a/misc/package/ASUStor/config.json.tpl
+++ b/misc/package/ASUStor/config.json.tpl
@@ -3,6 +3,7 @@
"package": "piwik",
"name": "Piwik",
"version": "{{VERSION}}",
+ "section": "Web Hosting",
"visibility": true,
"priority": "optional",
"depends": [],
@@ -16,5 +17,11 @@
"description": "Open source, self-hosted web analytics.",
"changes": "http://piwik.org/changelog/",
"tags": ["analytics", "visits", "visitors", "hits"]
+ },
+ "install": {
+ "dep-service": {
+ "start": ["httpd", "mysql"],
+ "restart": []
+ }
}
}