From bce7857197e1fabf73de8cf29464282259d8c665 Mon Sep 17 00:00:00 2001 From: Jordan Orelli Date: Thu, 11 Dec 2014 16:07:20 +0000 Subject: [PATCH] add a readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2142225 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# huppend + +huppend reads data on stdin and appends it to a specified file, `$outfile`. +Additionally, it listens for SIGHUP. When huppend receives SIGHUP, it closes +its handle on `$outfile` and opens a new handle. This is useful for log +rotation. + +## usage + +`huppend --pidfile=huppend.pid outfile.log`