About
If you've ever needed to run a console application or some other application that was not writtent to be used as a windows service yet you need it to be a service, such as
Node.JS, this is for you. It is a minimal .net 4.0 Service host to run your applications in the background.
It starts your application with your defined arguments and polls the process info until the process has exited and then stops the service. Stopping the service kills the running process.
If permissions is an issue, you can modify the Service Log-On User for that particular service instance to run as any local or domain user, which said user will in turn run your application.
Releases
There are currently no zipped releases. To use this application, you will need to download the source and build it Visual Studio 2012 - C#
Alternative Repos
Any-Svc @ GitHub