macOS
brew install daemonizelocal Homebrew formula metadata
brew / rank 8534
Run a command as a UNIX daemon. Version 1.7.8 via Homebrew; verified from local package data. Also installable with debian: sudo apt install daemonize.
install
brew install daemonizelocal Homebrew formula metadata
sudo apt install daemonizeDebian stable package indexes · daemonize · source: deb.debian.org
sudo dnf install daemonizeFedora Rawhide package metadata · daemonize · source: dl.fedoraproject.org
nix profile install nixpkgs#daemonizenixpkgs package indexes · pkgs/by-name/da/daemonize/package.nix · source: api.github.com
sudo zypper install daemonizeopenSUSE Tumbleweed package metadata · daemonize · source: download.opensuse.org
overview
Run a command as a UNIX daemon
history
daemonize is a small C command-line utility for running another command as a Unix daemon when that program does not daemonize itself correctly.
The daemonize GitHub repository was created in 2010, while the official project page describes the tool in the tradition of W. Richard Stevens' Unix daemon definition. The page links the GitHub repository, release downloads, and a manpage.
daemonize spread through Unix package managers because it solves a narrow operational problem with very little surface area. The official page explicitly documents Homebrew installation for macOS and source builds for other Unix-like systems.
Users wrap a foreground command with daemonize so it detaches, runs in the background, and can redirect stdin, stdout, stderr, pidfiles, and working-directory behavior according to the manpage.
daemonize is a classic tiny-admin-tool package: stable C source, autoconf build, BSD licensing, a manpage, and a job that remains useful whenever a service process lacks its own daemon mode.
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 |
|---|---|---|---|
daemonize | executable | indexed executable | Discovered from the local executable index. |
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.
install metadata
| Package key | brew:daemonize |
|---|---|
| Version | 1.7.8 |
| Package manager | Homebrew |
| Homepage | https://software.clapper.org/daemonize/ |
| Repository | https://github.com/bmc/daemonize |
| Bottle | not recorded |
| Service | none declared |
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
daemonize 1.7.8-4
tool to run a command as a daemon
http://software.clapper.org/daemonize/
sudo apt install daemonizedaemonize
nix profile install nixpkgs#daemonizedaemonize 1.7.8-3
tool to run a command as a daemon
http://software.clapper.org/daemonize/
sudo apt install daemonizedaemonize 1.7.8-16.fc45
Run a command as a Unix daemon
http://www.clapper.org/software/daemonize/
sudo dnf install daemonizedaemonize 1.7.8-2.5
Command line utility to run any program as a Unix daemon
https://github.com/bmc/daemonize
sudo zypper install daemonizesource 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.