From ef37f307a2b225c01e9d5d140ffa54e1423e9e3e Mon Sep 17 00:00:00 2001 From: Paul Norman Date: Wed, 16 Aug 2023 22:15:50 -0700 Subject: [PATCH 1/1] planet: Fix description of replication-hourly unit --- cookbooks/planet/recipes/replication.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/planet/recipes/replication.rb b/cookbooks/planet/recipes/replication.rb index fa9649a38..c3893834d 100644 --- a/cookbooks/planet/recipes/replication.rb +++ b/cookbooks/planet/recipes/replication.rb @@ -320,7 +320,7 @@ systemd_service "replication-hourly" do end systemd_timer "replication-hourly" do - description "Daily replication" + description "Hourly replication" on_calendar "*-*-* *:02/15:00" end -- 2.39.5