Sending SIGHUP to the main PID (i.e. conmon) ends up stopping the service. What we really want is to send the signal to main PID _inside_ the container. We can achieve this by using `podman kill` instead of `kill`.
Sending SIGHUP to the main PID (i.e. conmon) ends up stopping the service. What we really want is to send the signal to main PID _inside_ the container. We can achieve this by using `podman kill` instead of `kill`.