From 171c3e5fbbb5ba4da5fedd8975ce9bd5dab14afb Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Mon, 5 Oct 2020 13:22:19 -0500 Subject: [PATCH] Update readme with abc info --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f66e62..2fc615c 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ In any container docker arguments, set an environment variable `DOCKER_MODS=linu If adding multiple mods, enter them in an array separated by `|`, such as `DOCKER_MODS=linuxserver/mods:universal-cron|linuxserver/mods:universal-mod2` -This mod will ensure you have a `/config/crontabs/root` file where you can add cron jobs to run inside the container. +This mod will ensure you have `/config/crontabs/root` and `/config/crontabs/abc` files where you can add cron jobs to run inside the container as root or as the abc user (associated with the PUID/PGID environment variables). No cron jobs (aside from what may be included in the base OS) are included by default. -You can test to confirm things are working by adding the following line to `/config/crontabs/root` +You can test to confirm things are working by adding the following line to `/config/crontabs/root` or `/config/crontabs/abc` ```cron */5 * * * * /bin/echo test >> /config/tmp.txt