Browse Source

[fix] Specify services in manifest.json

pull/1/head
Jérôme Lebleu 10 years ago
parent
commit
a63e229fe0
  1. 4
      manifest.json

4
manifest.json

@ -15,6 +15,10 @@
"requirements": { "requirements": {
"yunohost": ">= 2.4.0" "yunohost": ">= 2.4.0"
}, },
"services": [
"nginx",
"php5-fpm"
],
"arguments": { "arguments": {
"install" : [ "install" : [
{ {

Loading…
Cancel
Save