From 8a14d399355f49526ccebaf54df0d3089488e0e7 Mon Sep 17 00:00:00 2001 From: tactonbishop Date: Sat, 20 Aug 2022 12:00:04 +0100 Subject: [PATCH] Last Sync: 2022-08-20 12:00:04 --- Programming_Languages/Shell_Scripting/Cron.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ```