
Security News
Rspack Introduces Rslint, a TypeScript-First Linter Written in Go
Rspack launches Rslint, a fast TypeScript-first linter built on typescript-go, joining in on the trend of toolchains creating their own linters.
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
Rspack launches Rslint, a fast TypeScript-first linter built on typescript-go, joining in on the trend of toolchains creating their own linters.
Security News
Hacker Demonstrates How Easy It Is To Steal Data From Popular Password Managers
Security News
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.