From c557e1ac045f0b3cac7f577cff510b629aeb5e73 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Mon, 23 Apr 2018 09:22:04 +0200 Subject: [PATCH] Update 3_basic_tools.md --- 3_basic_tools.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/3_basic_tools.md b/3_basic_tools.md index 52bbcf5..087e3fa 100644 --- a/3_basic_tools.md +++ b/3_basic_tools.md @@ -16,4 +16,17 @@ pacman -S thunar thunar-volman gvfs The 2 last element is for the mounting of the usb stick +CRON +--------------------- +``` +pacman -S cronie +``` + +and enable it: +``` +systemctl start cronie +systemctl enable cronie +``` + +