From d880e5fab55b906640ed6ef1dc28482df8eee6b5 Mon Sep 17 00:00:00 2001 From: tactonbishop Date: Sat, 4 Jun 2022 12:30:05 +0100 Subject: [PATCH] Last Sync: 2022-06-04 12:30:05 --- Programming_Languages/Shell_Scripting/Cron.md | 8 +++++++- markdown-styles.css | 3 +++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 markdown-styles.css diff --git a/Programming_Languages/Shell_Scripting/Cron.md b/Programming_Languages/Shell_Scripting/Cron.md index c95bd20..b893de9 100644 --- a/Programming_Languages/Shell_Scripting/Cron.md +++ b/Programming_Languages/Shell_Scripting/Cron.md @@ -6,7 +6,13 @@ tags: --- # Cron -In Arch Linux I use `cronie` for cron jobs. (There is no cron service installed by default). + +## `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 ### List cron jobs diff --git a/markdown-styles.css b/markdown-styles.css new file mode 100644 index 0000000..205cf15 --- /dev/null +++ b/markdown-styles.css @@ -0,0 +1,3 @@ +h1, body { + font-family: 'Liberation'; +} \ No newline at end of file