Change docs to .md

This commit is contained in:
Darren 'Tadgy' Austin 2018-04-14 12:47:43 +01:00
commit 8e8a3c5dc4
2 changed files with 0 additions and 0 deletions

8
TODO.md Normal file
View file

@ -0,0 +1,8 @@
* Write a man page.
* Add a regex filter (read from a file) to decide what to log and what to drop.
* Instead of requiring a fifo already exist, if the file doesn't already exist create the fifo.
Would need to modify the trap for SIGTERM in order to clean up the file.
* Figure out a way to check if the program is respawning too offten - this would indicate an error in the calling process and
we don't want to just keep looping forever.
* Have an option to change UID and/or GID when running. Alternatively, use setpriv to drop capabilities.
* Make it so the symlink filename can contain the same escapes and {} as the template file.