nixos/lldpd: /var/run -> /run
This commit is contained in:
parent
1e48222cbe
commit
321bc431cc
@ -23,7 +23,7 @@ in
|
||||
users.users._lldpd = {
|
||||
description = "lldpd user";
|
||||
group = "_lldpd";
|
||||
home = "/var/run/lldpd";
|
||||
home = "/run/lldpd";
|
||||
isSystemUser = true;
|
||||
};
|
||||
users.groups._lldpd = {};
|
||||
|
Loading…
Reference in New Issue
Block a user