From 38b113557df73428545b2f51827698910275a2fe Mon Sep 17 00:00:00 2001 From: q3aql Date: Sun, 27 Oct 2024 10:57:35 +0100 Subject: [PATCH] README.md --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1db8e7..6dc6b1c 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,25 @@ sudo ./uninstall.sh sudo lf-updr ``` -**Note:** Automatically, the cron service will execute periodically the update. +**Note:** Automatically, the systemd service (lf-updrd) will execute periodically the update. + +## Show daemon: + +``` +sudo systemctl status lf-updrd +``` + +## Reinstall: + +If the installation is corrupted, you can reinstall everything with the following command: + +``` +sudo lf-updr-install +``` ## Dependencies * bash * git -* cron +* systemd * update-initramfs