macOS
brew install jsvclocal Homebrew formula metadata
brew
Wrapper to launch Java applications as daemons. Version 1.6.1 via Homebrew; verified 2026-06-22.
install
brew install jsvclocal Homebrew formula metadata
sudo apk add jsvcAlpine Linux edge package indexes · jsvc · source: dl-cdn.alpinelinux.org
sudo apt install jsvcDebian stable package indexes · jsvc · source: deb.debian.org
nix profile install nixpkgs#jsvcnixpkgs package indexes · pkgs/by-name/js/jsvc/package.nix · source: api.github.com
sudo zypper install apache-commons-daemon-jsvcopenSUSE Tumbleweed package metadata · apache-commons-daemon-jsvc · source: download.opensuse.org
overview
Wrapper to launch Java applications as daemons
history
jsvc is the Unix-oriented launcher in Apache Commons Daemon for running Java server applications as background daemons. It matters because it bridges JVM services with classic Unix service expectations: start as root for privileged work, bind low ports, switch to an unprivileged user, write pid files, and cooperate with init-style supervision.
Apache Commons Daemon packages a Java API with native launchers. The jsvc command became the Unix side of that project, while the same project points Windows users toward procrun for Windows Service integration. The Apache Commons Daemon source tree has release tags reaching back to 1.0-era releases in 2007, and Apache release notes document a long maintenance line for changes in operating-system support and JVM integration.
jsvc has been adopted mostly through server packaging rather than through standalone application fandom. It appears in Homebrew and in Linux distribution packages as the practical wrapper for Java daemons, and it is closely associated with Java server deployments such as Tomcat-style service startup.
Operators use jsvc when a Java process needs Unix daemon behavior that the JVM does not provide by itself. The command is especially useful for services that need a privileged startup step followed by a drop to a less privileged account.
For package maintainers, jsvc is a small but telling example of the glue code needed to make a cross-platform runtime behave like a native Unix service. Its packaging spans Java, C, init systems, architecture support, and distribution policy.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
jsvc | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://commons.apache.org/daemon/jsvc.html
install metadata
| Package key | brew:jsvc |
|---|---|
| Version | 1.6.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/jsvc |
| Homepage | https://commons.apache.org/daemon/jsvc.html |
| Repository | https://gitbox.apache.org/repos/asf/commons-daemon.git |
| Upstream docs | https://commons.apache.org/proper/commons-daemon/index.html |
| License | Apache-2.0 |
| Source archive | https://www.apache.org/dyn/closer.lua?path=commons/daemon/source/commons-daemon-1.6.1-src.tar.gz |
| Last updated | 2026-06-22T14:03:51-07:00 |
| Pulse | updated |
| Dependencies | openjdk |
| Build dependencies | autoconf, automake, libtool |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | jsvc |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
jsvc 1.0.15-11
Wrapper to launch Java applications as daemons
https://commons.apache.org/proper/commons-daemon/
sudo apt install jsvcjsvc
nix profile install nixpkgs#jsvcjsvc 1.0.15-11build1
Wrapper to launch Java applications as daemons
https://commons.apache.org/proper/commons-daemon/
sudo apt install jsvcjsvc 1.4.1-r1
Executes classfile that implements a Daemon interface
https://commons.apache.org/proper/commons-daemon/jsvc.html
sudo apk add jsvcapache-commons-daemon-jsvc 1.4.1-2.3
Java daemon launcher
https://commons.apache.org/daemon/
sudo zypper install apache-commons-daemon-jsvcsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.