diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-12-20 17:37:12 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2017-01-28 21:30:57 +0000 |
commit | 7e5b3d5c611813155b9a04e4d50a1bde9ee6268c (patch) | |
tree | bd7077c9ac262bc87d0b4a06c716d9b3095e8f09 /bin/container | |
parent | Preparing common hooks. (diff) | |
download | compute-tools-7e5b3d5c611813155b9a04e4d50a1bde9ee6268c.tar.xz compute-tools-7e5b3d5c611813155b9a04e4d50a1bde9ee6268c.zip |
Moving logfile notification from container program to hook.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'bin/container')
-rwxr-xr-x | bin/container | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/container b/bin/container index 805dba6..0a6b7e3 100755 --- a/bin/container +++ b/bin/container @@ -68,9 +68,6 @@ else DATE="$(date +%Y-%m-%d\ %H:%M:%S)" HOST="$(hostname -f)" - # logfile - echo "${DATE} ${HOST} ${USER} ${PROGRAM} ${COMMAND} ${OPTIONS}" >> "/var/log/${SOFTWARE}/${PROGRAM}.log" - # irc if [ -e /usr/bin/irk ] && [ -e "/etc/default/${SOFTWARE}" ] then |