How to keep `pmdaemon start` running in the foreground at startup, for example when using Docker. ```dockerfile CMD ["pmdaemon", "--config", "/app/pmd.yaml", "start"] ```