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