Automic VaultAutomic Vault

brew

Installer jsvc avec Homebrew, apk, apt, Nix, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de jsvc pour les workflows d'agents IA.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install jsvc

local Homebrew formula metadata

Linux

Alpine Linux apkvérifié · 92%
sudo apk add jsvc

Alpine Linux edge package indexes · jsvc · Source: dl-cdn.alpinelinux.org

Debian aptvérifié · 92%
sudo apt install jsvc

Debian stable package indexes · jsvc · Source: deb.debian.org

Nixvérifié · 92%
nix profile install nixpkgs#jsvc

nixpkgs package indexes · pkgs/by-name/js/jsvc/package.nix · Source: api.github.com

openSUSE zyppervérifié · 92%
sudo zypper install apache-commons-daemon-jsvc

openSUSE Tumbleweed package metadata · apache-commons-daemon-jsvc · Source: download.opensuse.org

aperçu

Résumé du paquet

Wrapper to launch Java applications as daemons

historique

Historique du projet et usages

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.

Historique du projet

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.

Historique d'adoption

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.

Modes d'utilisation

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.

Pourquoi les passionnés de paquets s'y intéressent

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.

Chronologie

  • 2007: Apache Commons Daemon 1.0-era source tags appear in the Apache repository history.
  • 2023: Apache Commons Daemon 1.3.4 continued the 1.x maintenance series.
  • 2026: Apache Commons Daemon 1.6.x release notes recorded continued platform maintenance.

Related projects

  • Apache Commons Daemon also includes procrun for Windows service integration.
  • Apache Tomcat is a common Java server context where Commons Daemon-style service launchers are relevant.

posture de sécurité

Niveau de risque : vert

narrow executable package without higher-risk signals.

Classificateur de risque

risque vert · confiance faible · appliance

Pourquoi

  • narrow executable package without higher-risk signals

Signaux

  • metadata:no-higher-risk-signals

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de bottle Homebrew sont disponibles pour 6 plateformes.
  • S’installe avec 1 dépendances d’exécution.
  • Les métadonnées de compilation listent 3 dépendances de compilation.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

exécutables

Exécutables installés

CommandeTypeExpositionNote
jsvccliexécutable global

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-07-25
version du gestionnaire1.6.1
gestionnaire mis à jour2026-06-22
données localesOK
amontnot checked
dernière version détectéenon détecté

https://commons.apache.org/daemon/jsvc.html

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:jsvc
Version1.6.1
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/jsvc
Page d'accueilhttps://commons.apache.org/daemon/jsvc.html
Dépôthttps://gitbox.apache.org/repos/asf/commons-daemon.git
Docs amonthttps://commons.apache.org/proper/commons-daemon/index.html
LicenceApache-2.0
Archive sourcehttps://www.apache.org/dyn/closer.lua?path=commons/daemon/source/commons-daemon-1.6.1-src.tar.gz
Dernière mise à jour2026-06-22T14:03:51-07:00
Pulseupdated
Dépendancesopenjdk
Dépendances de compilationautoconf, automake, libtool
Bouteilledisponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
post-install Homebrewnon défini
Serviceaucun déclaré

faits du registre

Détails de la base source

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namejsvc
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

Debian apt95%

jsvc 1.0.15-11

Wrapper to launch Java applications as daemons

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

sudo apt install jsvc
  • Section: utils
  • Architecture: amd64
  • Source Package: commons-daemon
  • 2 Dépendances
  • 2 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Jsvc
Debian stable package indexes · deb.debian.org · Debian stable package indexes: jsvc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

jsvc

nix profile install nixpkgs#jsvc
  • normalized package name match
  • Correspondance par : Jsvc
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/js/jsvc/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

jsvc 1.0.15-11build1

Wrapper to launch Java applications as daemons

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

sudo apt install jsvc
  • Section: universe/net
  • Architecture: amd64
  • Source Package: commons-daemon
  • 2 Dépendances
  • 2 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Jsvc
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: jsvc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

jsvc 1.4.1-r1

Executes classfile that implements a Daemon interface

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

sudo apk add jsvc
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: commons-daemon
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Jsvc
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: jsvc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
zypper95%

apache-commons-daemon-jsvc 1.4.1-2.3

Java daemon launcher

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

sudo zypper install apache-commons-daemon-jsvc
  • License: Apache-2.0
  • Category: System/Daemons
  • Architecture: x86_64
  • Source Package: apache-commons-daemon
  • 1 Dépendances
  • 3 fournit
  • normalized package name match
  • Correspondance par : Jsvc
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: apache-commons-daemon-jsvc from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment