Packages: added Perl package.
This commit is contained in:
17
pkg/rpm/rpmbuild/SOURCES/unit.example-perl-config
Normal file
17
pkg/rpm/rpmbuild/SOURCES/unit.example-perl-config
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"applications": {
|
||||
"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"
|
||||
}
|
||||
},
|
||||
|
||||
"listeners": {
|
||||
"*:8600": {
|
||||
"application": "example_perl"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user