mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +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";
|
||||
example = "nginx";
|
||||
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.group = nginx
|
||||
listen.mode = 0600
|
||||
user = nginx
|
||||
user = ${cfg.user}
|
||||
pm = dynamic
|
||||
pm.max_children = 75
|
||||
pm.start_servers = 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue