How the processes start, stop and terminate works? How?
Answer Posted / Ajit Kumar
In AWS, processes can be managed using Systemd or init system. To start a process, use 'systemctl start <service_name>'. To check if it's running, use 'systemctl is-active <service_name>'. To stop a process, use 'systemctl stop <service_name>'. When an instance terminates, all processes are stopped along with the instance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category