From 2e9e3732e95ad0eef4a8ef8d7f8a9f27836daf07 Mon Sep 17 00:00:00 2001 From: asterism Date: Fri, 1 May 2026 12:34:49 -0500 Subject: [PATCH] a useless meta file --- init.d/mastodon-all | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 init.d/mastodon-all diff --git a/init.d/mastodon-all b/init.d/mastodon-all deleted file mode 100644 index 3b62609..0000000 --- a/init.d/mastodon-all +++ /dev/null @@ -1,14 +0,0 @@ -#!/sbin/openrc-run - -. /etc/conf.d/mastodon - -name="Mastodon meta service" - -depend() { - provide mastodon -} - -start() { -echo -} -