Packages: added Perl package.

This commit is contained in:
Andrei Belov
2018-02-07 17:26:37 +03:00
parent 7830026368
commit 539caf0946
12 changed files with 200 additions and 1 deletions

View File

@@ -20,6 +20,14 @@
"type": "go",
"user": "nobody",
"executable": "/tmp/go-app"
},
"example_perl": {
"type": "perl",
"user": "nobody",
"processes": 1,
"working_directory": "/usr/share/doc/unit-perl/examples/perl-app",
"script": "/usr/share/doc/unit-perl/examples/perl-app/index.pl"
}
},
@@ -34,6 +42,10 @@
"*:8500": {
"application": "example_go"
},
"*:8600": {
"application": "example_perl"
}
}
}