diff options
Diffstat (limited to '')
4 files changed, 4 insertions, 4 deletions
diff --git a/pkg/deb/debian.module/unit.example-python2.7-config b/pkg/deb/debian.module/unit.example-python2.7-config index eab51a6f..cca46ed0 100644 --- a/pkg/deb/debian.module/unit.example-python2.7-config +++ b/pkg/deb/debian.module/unit.example-python2.7-config @@ -1,7 +1,7 @@ { "applications": { "example_python": { - "type": "python", + "type": "python 2.7", "user": "nobody", "workers": 2, "path": "/usr/share/doc/unit-python2.7/examples/python-app", diff --git a/pkg/deb/debian.module/unit.example-python3.4-config b/pkg/deb/debian.module/unit.example-python3.4-config index 37efc0b4..c8d4f470 100644 --- a/pkg/deb/debian.module/unit.example-python3.4-config +++ b/pkg/deb/debian.module/unit.example-python3.4-config @@ -1,7 +1,7 @@ { "applications": { "example_python": { - "type": "python", + "type": "python 3.4", "user": "nobody", "workers": 2, "path": "/usr/share/doc/unit-python3.4/examples/python-app", diff --git a/pkg/deb/debian.module/unit.example-python3.5-config b/pkg/deb/debian.module/unit.example-python3.5-config index 7154f93c..20f49adf 100644 --- a/pkg/deb/debian.module/unit.example-python3.5-config +++ b/pkg/deb/debian.module/unit.example-python3.5-config @@ -1,7 +1,7 @@ { "applications": { "example_python": { - "type": "python", + "type": "python 3.5", "user": "nobody", "workers": 2, "path": "/usr/share/doc/unit-python3.5/examples/python-app", diff --git a/pkg/deb/debian.module/unit.example-python3.6-config b/pkg/deb/debian.module/unit.example-python3.6-config index a17e333b..93d76c09 100644 --- a/pkg/deb/debian.module/unit.example-python3.6-config +++ b/pkg/deb/debian.module/unit.example-python3.6-config @@ -1,7 +1,7 @@ { "applications": { "example_python": { - "type": "python", + "type": "python 3.6", "user": "nobody", "workers": 2, "path": "/usr/share/doc/unit-python3.6/examples/python-app", |