mojohaus / appassembler

https://www.mojohaus.org/appassembler/
MIT License
93 stars 49 forks source link

Add support for Apache Commons Daemon #26

Open leif81 opened 8 years ago

leif81 commented 8 years ago

I think it would be useful if appassembler could help generate the script(s) and app packaging required to make a Java application a Linux daemon or Windows service using the Apache Commons Daemon project.

https://commons.apache.org/proper/commons-daemon/

There are some examples here:

https://github.com/apache/commons-daemon/tree/trunk/src/samples

khmarbaise commented 8 years ago

Would you like to provide a patch for this?