diff options
author | Andrei Belov <defan@nginx.com> | 2020-12-17 14:30:18 +0300 |
---|---|---|
committer | Andrei Belov <defan@nginx.com> | 2020-12-17 14:30:18 +0300 |
commit | 53d847615b270daf706373d65ac5f5d2101f36d9 (patch) | |
tree | 545781339f41332b48c6a25f812ecf437676bbc1 /pkg/deb/debian.module/unit.example-perl-config | |
parent | a5fa9673d98c9c814c01ddfce8bcfbec6fcc02e8 (diff) | |
download | unit-53d847615b270daf706373d65ac5f5d2101f36d9.tar.gz unit-53d847615b270daf706373d65ac5f5d2101f36d9.tar.bz2 |
Packages: run non-privileged processes under "unit" user.
Diffstat (limited to 'pkg/deb/debian.module/unit.example-perl-config')
-rw-r--r-- | pkg/deb/debian.module/unit.example-perl-config | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/deb/debian.module/unit.example-perl-config b/pkg/deb/debian.module/unit.example-perl-config index 031928ce..2182fc46 100644 --- a/pkg/deb/debian.module/unit.example-perl-config +++ b/pkg/deb/debian.module/unit.example-perl-config @@ -2,7 +2,6 @@ "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" |