home · contact · privacy
Fix broken microblogpub pruning timer.
authorChristian Heller <c.heller@plomlompom.de>
Thu, 23 Feb 2023 19:32:20 +0000 (20:32 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Thu, 23 Feb 2023 19:32:20 +0000 (20:32 +0100)
bullseye/etc_files/microblogpub/etc/systemd/system/microblogpub_prune.timer

index d9543852f539bb78cc0691bef8afe51ace8a5180..918a0c1881cb28f230e82dd5e66154d282dafefa 100644 (file)
@@ -2,7 +2,7 @@
 Description=schedule microblog.pub pruning 
 
 [Timer]
-Unit=reboot.service
+Unit=microblogpub_prune.service
 OnCalendar=*-*-* 7:00:00
 
 [Install]