macOS
brew install jsvclocal Homebrew formula metadata
brew
jsvc のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install jsvclocal Homebrew formula metadata
sudo apk add jsvcAlpine Linux edge package indexes · jsvc · ソース: dl-cdn.alpinelinux.org
nix profile install nixpkgs#jsvcnixpkgs package indexes · pkgs/by-name/js/jsvc/package.nix · ソース: api.github.com
sudo zypper install apache-commons-daemon-jsvcopenSUSE Tumbleweed package metadata · apache-commons-daemon-jsvc · ソース: download.opensuse.org
概要
Wrapper to launch Java applications as daemons
履歴
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.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
jsvc | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://commons.apache.org/daemon/jsvc.html
インストールメタデータ
| パッケージキー | brew:jsvc |
|---|---|
| バージョン | 1.6.1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/jsvc |
| ホームページ | https://commons.apache.org/daemon/jsvc.html |
| リポジトリ | https://gitbox.apache.org/repos/asf/commons-daemon.git |
| 上流ドキュメント | https://commons.apache.org/proper/commons-daemon/index.html |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://www.apache.org/dyn/closer.lua?path=commons/daemon/source/commons-daemon-1.6.1-src.tar.gz |
| 最終更新 | 2026-06-22T14:03:51-07:00 |
| Pulse | updated |
| 依存関係 | openjdk |
| ビルド依存関係 | autoconf, automake, libtool |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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-jsvcソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.