9b549dc327
- Unbreak on amd64 - Pet Portlint - Update WWW PR: ports/149722 Submitted by: Simon Olofsson <simon at olofsson dot de> Approved by: Ronald Klop <ronald at echteman dot nl> (maintainer), beat (co-mentor)
6 lines
244 B
Text
6 lines
244 B
Text
Wrapper code to start/stop a Java application as a daemon.
|
|
Daemon is made of 2 parts. One written in C that makes the
|
|
interface to the operating system and the other in Java that
|
|
provides the Daemon API.
|
|
|
|
WWW: http://commons.apache.org/daemon/
|