diff --git a/service/log/run b/service/log/run deleted file mode 100644 index 4a004c4..0000000 --- a/service/log/run +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -exec 2>&1 -#Script Directory -SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) -SCRIPT_DIR=$(realpath $SCRIPT_DIR/../../) -SERVICE_NAME=$(basename $SCRIPT_DIR) -# documentation on how to use multilog https://manpages.debian.org/stretch/daemontools/multilog.8.en.html -exec multilog t s153600 n2 /var/log/${SERVICE_NAME} \ No newline at end of file