My number one reason for using systemd timers is just that I find it more readable than cron. Usually I want to run things daily, weekly or monthlyand systemd timers make that very easy.
Here is an example:
backup.timer
[Unit]
Description=Run backup database daily
[Timer]
OnCalendar=daily
RandomizedDelaySec=10
[Install]
WantedBy=timers.target
backup.service
[Unit]
Description=Backup database
[Service]
Type=oneshot
ExecStart=/bin/bash /path/to/backupscript.sh
Another great feature is that the output of the script is logged to journald which is very convenient when you are troubleshooting why your backup failed last night.
































I didn’t know that Kratom could be this addictive and I agree that regulation seems to be necessary. I remember experimenting a bit with legal highs as a teenager. Kratom tea was one of the things I tried. The effects are obviously quite nice. It greatly improved my mood and it felt like there was a warmth radiating from within my body. So, I can see why people can get addicted to Kratom. Thankfully Kratom extracts weren’t easily available at the time. I had to brew tea from the leafs which has an intense bitter taste. It was bad enough to deter me from buying it again. I guess I can consider that a bullet dodged.