zapty / forever-service

Provision node script as a service via forever, allowing it to automatically start on boot, working across various Linux distros and OS
https://github.com/zapty/forever-service
MIT License
594 stars 65 forks source link

Not running non nodejs scripts as service in windows #74

Open devakar opened 7 years ago

devakar commented 7 years ago

A WAR file of java program, want to run it as a background process by using forever. But the error is: This platform is not yet supported by forever-service To help us add this platform, please contibute to https://github.com/zapty/forever-service

So, is there any way to perform the mentioned task.