Actions
Bug #4446
closedCannot use service_ensure_running with service that have either different start command than their ps one, or when name is too broad
Status:
Released
Priority:
1 (highest)
Assignee:
Jonathan CLARKE
Category:
Generic methods
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
We cannot use service_ensure_running with process like auditd, because the "ps" will check for auditd, and match kauditd, and assume it is working
We need to add a bundle with a parameter for the path of the service in the ps output
Actions