diff --git a/beeper/etc/systemd/system/mastodon-maintenance.service b/beeper/etc/systemd/system/mastodon-maintenance.service index 6a16c69..092cfa5 100644 --- a/beeper/etc/systemd/system/mastodon-maintenance.service +++ b/beeper/etc/systemd/system/mastodon-maintenance.service @@ -6,4 +6,4 @@ Requires=mastodon-web.service Type=oneshot RemainAfterExit=no ExecStart=/usr/bin/podman exec mastodon-web tootctl statuses remove --days 90 -ExecStart=/usr/bin/podman exec mastodon-web tootctl accounts cull +#ExecStart=/usr/bin/podman exec mastodon-web tootctl accounts cull