tt-rss service: Use the correct user to run the application

This commit is contained in:
Nadrieril 2016-08-27 12:10:30 -07:00
parent bc9c9dd6bd
commit 3a4db71b35
No known key found for this signature in database
GPG Key ID: 9147A2CAED830DC5

View File

@ -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