macOS
brew install daemontoolslocal Homebrew formula metadata
sudo port install daemontoolsMacPorts ports tree · sysutils/daemontools/Portfile · 来源: api.github.com
安装
brew install daemontoolslocal Homebrew formula metadata
sudo port install daemontoolsMacPorts ports tree · sysutils/daemontools/Portfile · 来源: api.github.com
sudo apk add daemontoolsAlpine Linux edge package indexes · daemontools · 来源: dl-cdn.alpinelinux.org
sudo apt install daemontoolsDebian stable package indexes · daemontools · 来源: deb.debian.org
nix profile install nixpkgs#daemontoolsnixpkgs package indexes · pkgs/by-name/da/daemontools/package.nix · 来源: api.github.com
概览
Collection of tools for managing UNIX services
历史
daemontools is Daniel J. Bernstein's collection of Unix service supervision and logging tools. Its model is compact and filesystem-oriented: services are directories, each service has a run script, and small programs such as supervise, svscan, svc, multilog, envdir, setuidgid, softlimit, setlock, tai64n, and tai64nlocal compose the system.
The official daemontools page describes the package as tools for managing UNIX services. The install guide distributes daemontools-0.76.tar.gz under /package/admin/daemontools-0.76 and documents a /package-based installation layout.
The upgrade notes show the package stabilizing its service model across the 0.53, 0.60/0.61, 0.70, and 0.75/0.76 lines. Notable changes include supervise switching to a service directory and ./run script, older logging utilities being replaced by multilog, accustamp and tailocal being replaced by tai64n and tai64nlocal, setuidgid being renamed from setuser, setlock and envdir being added, svscan accepting a service directory argument, and the package moving under /package/admin/daemontools.
daemontools became influential among Unix administrators who wanted reliable supervision outside traditional init scripts. Its FAQ explicitly compares /service with inittab, ttys, init.d, and rc.local, arguing for easy installation and removal, automatic first startup, reliable restarts, reliable signaling, clean process state, and portability across Linux, BSD, Solaris, and other Unix systems.
Even on systems that no longer deploy daemontools itself, its vocabulary remains recognizable in later supervision systems: foreground daemons, run scripts, service directories, separate supervised loggers, and small process-control commands.
A supervised service is a directory containing an executable ./run script. supervise changes into that directory, starts ./run, restarts it if it exits, honors a down file for initially disabled services, and writes status under the service directory's supervise subdirectory.
svscan starts one supervise process for each subdirectory of its scan directory, checks every five seconds for new services, restarts supervise processes that exit, and can also wire a service's output to a separately supervised log service. multilog saves, filters, timestamps, and rotates logs, pausing safely if the disk fills rather than dropping data.
For package nerds, daemontools is important because it expresses a service-manager philosophy in tiny binaries and directories rather than a large resident manager. The package is old, terse, and opinionated, but it influenced how Unix people talk about supervision, foreground services, log pipelines, and avoiding fragile init-script process state.
安全态势
formula declares a Homebrew service.
orange 风险 · 中 置信度 · infrastructure
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
envdir | cli | 全局可执行文件 | |
envuidgid | cli | 全局可执行文件 | |
fghack | cli | 全局可执行文件 | |
multilog | cli | 全局可执行文件 | |
pgrphack | cli | 全局可执行文件 | |
readproctitle | cli | 全局可执行文件 | |
setlock | cli | 全局可执行文件 | |
setuidgid | cli | 全局可执行文件 | |
softlimit | cli | 全局可执行文件 | |
supervise | cli | 全局可执行文件 | |
svc | cli | 全局可执行文件 | |
svok | cli | 全局可执行文件 | |
svscan | cli | 全局可执行文件 | |
svscanboot | cli | 全局可执行文件 | |
svstat | cli | 全局可执行文件 | |
tai64n | cli | 全局可执行文件 | |
tai64nlocal | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://cr.yp.to/daemontools.html
安装元数据
| 软件包键 | brew:daemontools |
|---|---|
| 版本 | 0.76 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/daemontools |
| 主页 | https://cr.yp.to/daemontools.html |
| 上游文档 | https://cr.yp.to/daemontools.html |
| 许可证 | LicenseRef-Homebrew-public-domain |
| 源码归档 | https://cr.yp.to/daemontools/daemontools-0.76.tar.gz |
| 最后更新 | 2026-07-10T19:03:06-04:00 |
| Pulse | updated |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | declared |
| 注意事项 | Services are stored in: $HOMEBREW_PREFIX/etc/service/ |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | daemontools |
| Version Scheme | 0 |
| Revision | 2 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
daemontools 1:0.76-14
collection of tools for managing UNIX services
https://cr.yp.to/daemontools.html
sudo apt install daemontoolsdaemontools-run 1:0.76-14
daemontools service supervision
https://cr.yp.to/daemontools.html
sudo apt install daemontools-rundaemontools
nix profile install nixpkgs#daemontoolsdaemontools 1:0.76-10
collection of tools for managing UNIX services
https://cr.yp.to/daemontools.html
sudo apt install daemontoolsdaemontools-run 1:0.76-10
daemontools service supervision
https://cr.yp.to/daemontools.html
sudo apt install daemontools-rundaemontools 0.76-r3
Collection of tools for managing UNIX services
https://cr.yp.to/daemontools.html
sudo apk add daemontoolsdaemontools-openrc 0.76-r3
Collection of tools for managing UNIX services (OpenRC init scripts)
https://cr.yp.to/daemontools.html
sudo apk add daemontools-openrcdaemontools
sudo port install daemontoolssupervise
nix profile install nixpkgs#supervise来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.