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