Skip to content

peterzhao/RunProcessAsService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Some applications are very hard to run as windows service, for example, Thin ruby web server. When you start your web application run by Thin server, the console is blocked until Ctrl+c is pressed. In an automation deployment environment, it is very hard to stop the application through command line. Use RunProcessAsService, you can just set RunProcessAsService.exe.config to specify the excecutable path and arguments and then install the RunProcessAsService.exe as a windows service. When you start the service, your excecutable will be started. When you stop the service, the excecutalb will be stopped. I use it to deploy my Thin web applications as windows services and it works.

About

Run any executable as windows service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages