← Go back to Info :: LinuxServer.io

Notification: Significant changes to cron

November 2, 2023 at 11:00 PM

Notifications diskover duckdns feed2toot freshrss grav lychee nextcloud rsnapshot snipe-it swag transmission webgrabplus


We’ve decided to make some changes to how cron is shipped in our images.

Previous state of cron

We have not had a consistent standard. Many of our images do however setup cron the same way. When an application requires cron, we setup crontabs for abc or root in /config/crontabs/. This has allowed users to customize crontabs.

This has required that if we make changes to the image that require changes to crontabs we have had to carefully plan how to make adjustments to existing user files without causing issues with any customizations. It could also mean we are unable to automatically make required changes if user customizations make an automated adjustments impossible. In these cases, users have been required to update crontabs on their own.

As a side note, we also offer our universal cron mod that can be applied to add the ability to use cron for both abc and root in any container.

Going forward

When an application requires cron, we will also no longer setup crontabs for abc or root in /config/crontabs/, unless user customizations to the crontab are required.

Instead, we are internalizing the crontab files. This should make it easier for us to update crontabs when changes to the image require updates to crontabs. It also means users won’t have to keep up with changes to crontab requirements that may break their applications.

IMPORTANT: We are NOT removing existing crontabs from /config/crontabs/, they will simply be ignored unless otherwise noted.

We will continue to offer our universal cron mod with a new purpose of making crontabs for abc and root customizable by setting them up in up /config/crontabs/ and configuring the cron service to recognize them, essentially restoring the original behavior. This effectively makes the cron mod the only way to customize crontabs.

As a side note, we are also adjusting all existing crontabs we ship to run as abc instead of root. This improves security and consistency in our images.

Exceptions

Diskover requires setting your own crontab schedule. The container will now run cron using /config/crontabs/abc instead of /config/crontabs/root. The /config/crontabs/root file is NOT being automatically removed, but will be ignored.

Rsnapshot requires setting your own crontab schedule, and in some cases requires backups to run as root. The container will continue to run cron using /config/crontabs/root.

Timing

You can expect to see these changes merge today, and begin building into our images over the next few days and weeks.

Last updated: November 2, 2023 at 11:15 AM