No, there is no service install support other then the installer we have online.
A program running normally or as a service is no more then a flag at kernel level which we control anyway.
There are always additional things that need to be done before starting and stopping which a regular service is unable to do, using a batchfile launched as a service allows everything and it won't effect nginx being seen as a service as it is run in service space.
A program running normally or as a service is no more then a flag at kernel level which we control anyway.
There are always additional things that need to be done before starting and stopping which a regular service is unable to do, using a batchfile launched as a service allows everything and it won't effect nginx being seen as a service as it is run in service space.