mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
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 <richard@bit42.se>
This commit is contained in:
@@ -423,7 +423,6 @@ module infix-system {
|
||||
config false;
|
||||
|
||||
list service {
|
||||
key "pid";
|
||||
description "Tracked system service processes.";
|
||||
|
||||
leaf pid {
|
||||
|
||||
Reference in New Issue
Block a user