Skip to content

cronie: add link to crontabs in permanent storage (/etc/crontabs)

Karel Koci requested to merge bugfix/cronie-missing-crontabs into master

The OpenWrt tools expects cron to have crontabs stored in /etc/crontabs on permanent storage not in tmpfs in /var/spool/cron/crontabs. This creates given link to support that.

Side effect of this is fix https://gitlab.labs.nic.cz/turris/turris-os-packages/issues/513

Merge request reports