Skip to content

bfontaine/homer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homer(1)

Build Status Coverity Scan Build Status

Homer is a command-line tool to daemonize a task.

Install

With Homebrew (OSX)

brew tap bfontaine/utils
brew install homer

From sources

git clone https://github.com/bfontaine/homer.git
cd homer
[sudo] make install

Usage

$ homer mycommand args ...

It’ll start mycommand args ... in a daemonized processus and print its PID.

Type homer -h or see the man page to see all available options as well as usage examples.

Features

  • PID file support
  • stdout/stderr log files support

Tests

git clone https://github.com/bfontaine/homer.git
cd homer
make test

License

MIT.

Why?