Actions
Bug #4704
closedAIX service management for rudder-agent has some bugs
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
#4597 introduced an AIX-specific way of managing services. However, some bugs remain:
- Our svc definition doesn't use "-F" argument to cf-execd, so ends up spawning several processes
- Our /etc/inittab definition uses "respawn" to call startsvc, but should use "once" and let startsvc manage restarting
- Our svc definition doesn't use -R to respawn if the process fails
- We echo into /etc/inittab instead of using the "mkitab" wrapper
- The postinst warning message on new installs displays the wrong message (about an init script, not startsvc)
Actions