Merge pull request #33273 from fadenb/patch-1

lldpd module: create a lldpd user as system user
This commit is contained in:
Franz Pletz 2018-01-01 23:46:50 +00:00 committed by GitHub
commit 1a69b2029f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,7 @@ in
description = "lldpd user";
group = "_lldpd";
home = "/var/run/lldpd";
isSystemUser = true;
};
users.extraGroups._lldpd = {};