Socket
Socket
Sign inDemoInstall

aeternum

Package Overview
Dependencies
Maintainers
5
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aeternum

A process monitor in libuv


Version published
Weekly downloads
0
decreased by-100%
Maintainers
5
Weekly downloads
 
Created
Source

Aeternum

A process monitor in libuv

aeternum is a simple process monitor, implemented with libuv. It is designed for simplicity and stability. It is still a work in progress.

How to Use

aeternum will currently work best on either SunOS or BSD-derivative operating systems. To compile, simply run make from the project root.

Once compiled, usage is simple:

 ./aeternum start -o outputfile -- ./otherprogram

The -- option is used to separate aeternum arguments from any arguments passed to the child process.

Options

  • start: Tells aeternum to background the process. Must be the first argument.
  • -o: File to redirect stdout to. If no separate file is provided for stderr, the same file will be used for both.
  • -e: File to redirect stderr to. (optional)
  • -p: pidfile - the name of the pidfile to use. If no relative or absolute path is provided, $HOME/.aeternum/ will be the base path used.
  • -i: inputfile - If used, the file here will be available as the stdin of the child process.

FAQs

Package last updated on 26 May 2015

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc