mirror of
https://github.com/deviantony/docker-elk.git
synced 2026-01-04 12:03:25 +01:00
7 lines
196 B
Bash
Executable File
7 lines
196 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "$CRON /usr/bin/curator --config ${CONFIG_FILE} ${COMMAND}" >>/etc/crontabs/root
|
|
|
|
# https://github.com/krallin/tini/blob/master/README.md#subreaping
|
|
tini -s -- crond -f -d 8 -l 8
|