From 295a89d9af268ce6384b0483b995c73733e68662 Mon Sep 17 00:00:00 2001 From: Darren Austin Date: Tue, 17 Apr 2018 21:52:46 +0100 Subject: [PATCH] Updated code to maintain symlink --- TODO.md | 1 - lumberjack | 18 +++++++++--------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/TODO.md b/TODO.md index f851bdd..b49ebdc 100644 --- a/TODO.md +++ b/TODO.md @@ -3,4 +3,3 @@ * 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. diff --git a/lumberjack b/lumberjack index 48d0e6a..0c8a4cf 100755 --- a/lumberjack +++ b/lumberjack @@ -52,7 +52,7 @@ display_help() { Arguments (all of which are mandatory): The base directory of where to write the log files.