docker/taskserver/root/etc/services.d/taskd-logs/run
2022-09-11 12:33:19 +02:00

6 lines
171 B
Plaintext

#!/usr/bin/with-contenv sh
#shellcheck shell=sh
# write a copy of the log in the container's console for easier monitoring/inspection
exec tail -F "$TASKDDATA/taskd.log"