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
as we are using supervisord to manage our play application, we would like to tell the native packager we do not want to use PID management.
How can we do that ?
Best.
The text was updated successfully, but these errors were encountered:
If you use the zip packaging format, then the solution you are looking for is the /dev/null setting.
It's documented in the playframework docs, so you can see it as an official hack ;)
Native packager doesn't provide any kind of system-loader or pid-management. We only provide configurations for existing systems like systemd, systemv and upstart.
Hi,
as we are using supervisord to manage our play application, we would like to tell the native packager we do not want to use PID management.
How can we do that ?
Best.
The text was updated successfully, but these errors were encountered: