added runit and daemontools to service mgr detect

pull/20827/head
Brian Coca 9 years ago
parent a4a5db56f6
commit f87e67cfb6

@ -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…
Cancel
Save