mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
tt-rss service: Use the correct user to run the application
This commit is contained in:
parent
bc9c9dd6bd
commit
3a4db71b35
1 changed files with 2 additions and 2 deletions
|
@ -105,7 +105,7 @@ let
|
||||||
default = "nginx";
|
default = "nginx";
|
||||||
example = "nginx";
|
example = "nginx";
|
||||||
description = ''
|
description = ''
|
||||||
User account under which both the service and the web-application run.
|
User account under which both the update daemon and the web-application run.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -462,7 +462,7 @@ let
|
||||||
listen.owner = nginx
|
listen.owner = nginx
|
||||||
listen.group = nginx
|
listen.group = nginx
|
||||||
listen.mode = 0600
|
listen.mode = 0600
|
||||||
user = nginx
|
user = ${cfg.user}
|
||||||
pm = dynamic
|
pm = dynamic
|
||||||
pm.max_children = 75
|
pm.max_children = 75
|
||||||
pm.start_servers = 10
|
pm.start_servers = 10
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue