added runit and daemontools to service mgr detect
This commit is contained in:
parent
a4a5db56f6
commit
f87e67cfb6
1 changed files with 2 additions and 0 deletions
|
@ -338,6 +338,8 @@ class Facts(object):
|
|||
# Mapping of proc_1 values to more useful names
|
||||
proc_1_map = {
|
||||
'procd': 'openwrt_init',
|
||||
'runit-init': 'runit',
|
||||
'svscan': 'svc',
|
||||
}
|
||||
|
||||
# try various forms of querying pid 1
|
||||
|
|
Loading…
Reference in a new issue