On 26/12/11 14:09, Claudio Freire wrote:
On Mon, Dec 26, 2011 at 2:04 PM, Cristian Rodríguez crrodriguez@opensuse.org wrote:
if there is no process running and no Execstop script that can tell if it is running or not, then there is problem somewhere else.
ExecStop is a graceful stop. ExecKill would be a forced stop.
ExecStop, when not present, attempts to do "graceful stop" (SIGTERM) first, if that does not work it sends "SIGKILL".
if present, it executes the program mentioned in the variable.