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 -} -