Hi,
While reviewing the documentation I realised that we can use the following parameters while creating our systemd file
RestartSec=5s
TimeoutStopSec=60s
It will help other users to consider these parameters without having an issue while stopping the service. It's just a documentation tip it doesn't change the codebase&logic.