From 4b2c678d99e979ea3e83375701408ccec9c1542f Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Wed, 13 May 2020 13:29:35 +0200 Subject: [PATCH] Mark sidecar cron container as deprectated --- rootfs/etc/cont-init.d/06-svc-cron.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rootfs/etc/cont-init.d/06-svc-cron.sh b/rootfs/etc/cont-init.d/06-svc-cron.sh index 79a0b99..2a95e1d 100644 --- a/rootfs/etc/cont-init.d/06-svc-cron.sh +++ b/rootfs/etc/cont-init.d/06-svc-cron.sh @@ -27,9 +27,9 @@ if [ "$SIDECAR_CRON" != "1" ]; then exit 0 fi -echo ">>" -echo ">> Sidecar cron container detected" -echo ">>" +echo ">>> WARNING: Sidecar cron container is deprecated and will be removed soon." +echo ">>> Please switch to the dispatcher service." +echo ">>> https://github.com/librenms/docker/blob/master/doc/notes/dispatcher-service.md" rm -rf ${CRONTAB_PATH} mkdir -m 0644 -p ${CRONTAB_PATH}