Skip to content

Commit cc86463

Browse files
committed
confd: use keyless services list, allow duplicate PIDs
Multiple services can have PID 0 when stopped/done, making PID unsuitable as a unique key. There could also be multiple services with the same name (I would assume?). Signed-off-by: Richard Alpe <[email protected]>
1 parent 3870bd5 commit cc86463

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/confd/yang/confd/infix-system.yang

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,6 @@ module infix-system {
423423
config false;
424424

425425
list service {
426-
key "pid";
427426
description "Tracked system service processes.";
428427

429428
leaf pid {

0 commit comments

Comments
 (0)