You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When stopping a play app using the systemd init system, systemd sends a SIGTERM to the process, the jvm then exits with the 143 code which, since it's nonzero, is treated as a failure by systemd.
From playframework/playframework#5933
The text was updated successfully, but these errors were encountered: