
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
servicebuilder - a tool for building runit directory structures from a simple YAML configuration. Tested with ruby 1.8.
servicebuilder -c CONF_DIR -s STAGING_DIRECTORY -d INSTALL_DIRECTORY
The STAGING_DIRECTORY is where your service directories will be created. Runit should not be monitoring this directory. To have runit notice a service, it will be symlinked into the INSTALL_DIRECTORY. This directory should be the directory monitored by runsvd. Runit will then begin supervising the service.
CONF_DIR should be something like /etc/servicebuilder.d/ . It must be filled with config files that end in ".yaml".
Sample config file:
mysql:
run: mysqld -fg
sleep: 30
sshd:
run: sshd -fg
log: svlogd -tt
logsleep: 5
All "run" scripts and "log" scripts WILL BE PREPENDED WITH AN "exec"! Your run script MUST RUN IN THE FOREGROUND or you'll create a fork bomb. For more information about runit, see http://smarden.org/runit/ .
FAQs
Unknown package
We found that servicebuilder demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.