From 0ae6a06fc1ba2e039d29500cd8e4c07de4b1b2c0 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Thu, 23 Feb 2023 20:32:20 +0100
Subject: [PATCH] Fix broken microblogpub pruning timer.

---
 .../microblogpub/etc/systemd/system/microblogpub_prune.timer    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bullseye/etc_files/microblogpub/etc/systemd/system/microblogpub_prune.timer b/bullseye/etc_files/microblogpub/etc/systemd/system/microblogpub_prune.timer
index d954385..918a0c1 100644
--- a/bullseye/etc_files/microblogpub/etc/systemd/system/microblogpub_prune.timer
+++ b/bullseye/etc_files/microblogpub/etc/systemd/system/microblogpub_prune.timer
@@ -2,7 +2,7 @@
 Description=schedule microblog.pub pruning 
 
 [Timer]
-Unit=reboot.service
+Unit=microblogpub_prune.service
 OnCalendar=*-*-* 7:00:00
 
 [Install]
-- 
2.30.2