diff options
Diffstat (limited to 'pkg/deb/debian.module/unit.example-python2.7-config')
-rw-r--r-- | pkg/deb/debian.module/unit.example-python2.7-config | 2 |
1 files changed, 1 insertions, 1 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", |