6 lines
171 B
Plaintext
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"
|