nixos/geoip-updater: run as user 'geoip' instead of 'nobody'

That way 'nobody' is prevented from messing with the databases.
This commit is contained in:
Bjørn Forsman
2017-02-13 22:26:21 +01:00
parent 900fc49013
commit d4e5bb34b7
2 changed files with 12 additions and 4 deletions

View File

@@ -287,6 +287,7 @@
pdns-recursor = 269;
kresd = 270;
rpc = 271;
geoip = 272;
# When adding a uid, make sure it doesn't match an existing gid. And don't use uids above 399!
@@ -543,6 +544,7 @@
gogs = 268;
kresd = 270;
#rpc = 271; # unused
#geoip = 272; # unused
# When adding a gid, make sure it doesn't match an existing
# uid. Users and groups with the same name should have equal