Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Stopping embedded Jetty (not webapps) gracefully in systemd service

Ok, I have solved the problem of my custom service 
wrongly entering "failed" state by adding the line:

    SuccessExitStatus=143

because that seems to be the usual exit code
of JVM after receiving "kill -TERM"


Back to the top