uwsgi-service: Add user/group for uwsgi service.
Also add a uwsgi directory under /run (defaulting to /run/uwsgi) where the uwsgi user can place sockets.
···222 ripple-rest = 198;
223 nix-serve = 199;
224 tvheadend = 200;
0225226 # When adding a uid, make sure it doesn't match an existing gid. And don't use uids above 399!
227···422 #ripple-rest = 198; #unused
423 #nix-serve = 199; #unused
424 #tvheadend = 200; #unused
0425426 # When adding a gid, make sure it doesn't match an existing
427 # uid. Users and groups with the same name should have equal
···222 ripple-rest = 198;
223 nix-serve = 199;
224 tvheadend = 200;
225+ uwsgi = 201;
226227 # When adding a uid, make sure it doesn't match an existing gid. And don't use uids above 399!
228···423 #ripple-rest = 198; #unused
424 #nix-serve = 199; #unused
425 #tvheadend = 200; #unused
426+ uwsgi = 201;
427428 # When adding a gid, make sure it doesn't match an existing
429 # uid. Users and groups with the same name should have equal