💾 Archived View for darknesscode.xyz › linux › install-a-crontab.gmi captured on 2023-11-04 at 11:22:20. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-03-01)
-=-=-=-=-=-=-
Cron is a command-line utility (cli), known as cron job as well. Is a job scheduler on **Unix-like** operating systems.
There are some cron jobs utilities out there, The one i use is *cronie* For **Arch Linux** and **Void Linux** and for **Debian** i use cron.
sudo pacman -S cronie
sudo pacman install cron
sudo xbps-install -S cronie
Arch Linux (systemd)
sudo systemctl enabled cronie.service
Debian (systemd)
sudo systemctl enabled cron
Void Linux (init)
sudo ln -s /etc/sv/cronie /var/service/
Here are some examples in how to work with contrab
----------
----------
© DarknessCode