java-commons-daemon 1.1.0
Library to launch Java applications as daemons
The Daemon package from Apache Commons can be used to implement Java applications which can be launched as daemons. For example the program will be notified about a shutdown so that it can perform cleanup tasks before its process of execution is destroyed by the operation system.
This package contains the Java library. You will also need the actual binary for your architecture which is provided by the jsvc package.
This is a part of the Apache Commons Project.
- Outputs:
out
- Website: https://commons.apache.org/daemon/
- Licenses: ASL 2.0
- Package source: gnu/packages/java.scm
- Builds: See build status
- Issues: See known issues
Installation
Install java-commons-daemon 1.1.0
as follows:
guix install java-commons-daemon@1.1.0
Or install the latest version:
guix install java-commons-daemon
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.