diff --git a/Programming_Languages/Shell_Scripting/Cron.md b/Programming_Languages/Shell_Scripting/Cron.md index 6ee3ca4..6330df9 100644 --- a/Programming_Languages/Shell_Scripting/Cron.md +++ b/Programming_Languages/Shell_Scripting/Cron.md @@ -2,6 +2,7 @@ tags: - Programming_Languages - shell + - abra --- # Cron @@ -9,10 +10,11 @@ tags: ## `cronie` In Arch Linux I use `cronie` for cron jobs. (There is no cron service installed by default). Install `cronie` and then enable it in systemd with: + ```bash systemctrl enable --now cronie.service ``` -## Commands +## commands ### List cron jobs ```