chore(cronjobs): add example with user crontab

This commit is contained in:
Michele Cereda
2025-09-16 16:53:09 +02:00
parent 8237f4c17e
commit 47b58103bf

View File

@@ -5,6 +5,7 @@ journalctl -xefu 'crond.service'
# Validate crontab files
crontab -T '/etc/cron.d/prometheus-backup'
crontab -T '/var/spool/cron/root'
run-parts --list '/etc/cron.daily'
run-parts --test '/etc/cron.hourly'