From 1039319320bcac36b932e704f09bed31d3c50b21 Mon Sep 17 00:00:00 2001 From: Mohammed Goder Date: Wed, 13 Mar 2024 11:31:16 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da70cd8..49eb4f1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Tampering is detected when the source git repository reduces in size by a certai The execution cycle can be set by configuring `timer.service` using systemd conventions. The settings default to executing every ten minutes on the hour. -Repositories that are to be archived must be cloned into the "repositories" directory while `grs.sh` is not running a cycle. The safest way to do this is by: +Repositories that are to be archived must be cloned into the `repositories` directory while `grs.sh` is not running a cycle. The safest way to do this is by: 1. Executing `systemctl stop grs.timer` 2. Executing `watch -c "systemctl status grs.service"` to confirm that `grs.sh` is inactive. 3. Cloning a git repository into the `repositories` directory.