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