microsoft / IIS.ServiceMonitor

An entrypoint process for running IIS in Windows containers
MIT License
126 stars 42 forks source link

Add a parameter to allow servicemonitor.exe to exit instead of block #7

Closed yanchenw closed 6 years ago

yanchenw commented 6 years ago

Currently the servicemonitor.exe is always blocked (on purpose to keep the container alive), but there are cases user need to do other initialization in the entrypoint. Please add a parameter to allow service monitor to exit instead of blocking.

Thanks.

pharring commented 6 years ago

@yanchenw Do we still need this? If not, please close.