macOS
brew install jsvclocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für jsvc in AI-Agent-Workflows.
Installation
brew install jsvclocal Homebrew formula metadata
sudo apk add jsvcAlpine Linux edge package indexes · jsvc · Quelle: dl-cdn.alpinelinux.org
sudo apt install jsvcDebian stable package indexes · jsvc · Quelle: deb.debian.org
nix profile install nixpkgs#jsvcnixpkgs package indexes · pkgs/by-name/js/jsvc/package.nix · Quelle: api.github.com
sudo zypper install apache-commons-daemon-jsvcopenSUSE Tumbleweed package metadata · apache-commons-daemon-jsvc · Quelle: download.opensuse.org
Überblick
Wrapper to launch Java applications as daemons
Verlauf
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.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
jsvc | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://commons.apache.org/daemon/jsvc.html
Installationsmetadaten
| Paketschlüssel | brew:jsvc |
|---|---|
| Version | 1.6.1 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | 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-Dokumentation | https://commons.apache.org/proper/commons-daemon/index.html |
| Lizenz | Apache-2.0 |
| Quellarchiv | https://www.apache.org/dyn/closer.lua?path=commons/daemon/source/commons-daemon-1.6.1-src.tar.gz |
| Zuletzt aktualisiert | 2026-06-22T14:03:51-07:00 |
| Pulse | updated |
| Abhängigkeiten | openjdk |
| Build-Abhängigkeiten | autoconf, automake, libtool |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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-jsvcQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.