You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
303 B
Markdown
11 lines
303 B
Markdown
# 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`
|