mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
added runit and daemontools to service mgr detect
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user