From f36f3a2056e6d02c025c95587a125397f7c2f4b4 Mon Sep 17 00:00:00 2001 From: Dennis Cole III Date: Wed, 14 Oct 2020 10:29:41 -0400 Subject: [PATCH] Update to systemd timers schedule --- README.md | 3 ++- clear-ltechagent-state | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25331bf..286a439 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ Getting Started --------------- ### Install -To install as a systemd timer (hourly basis), use **setup.sh**: +To install as a systemd timer (five minutes after boot and hourly afterwards), + use **setup.sh**: sudo ./setup.sh diff --git a/clear-ltechagent-state b/clear-ltechagent-state index 2ac2e76..3ac06f2 100755 --- a/clear-ltechagent-state +++ b/clear-ltechagent-state @@ -7,7 +7,7 @@ # This can be run as a regular script # This script is not written by, nor supported by ConnectWise # -# Version 0.1.1 +# Version 0.1.3 # Check if running as root and exit if not