second initial commit

This commit is contained in:
2026-04-12 15:46:17 -05:00
parent 7949e8b3b6
commit cb485ee2de
5 changed files with 150 additions and 0 deletions

14
init.d/mastodon-all Normal file
View File

@@ -0,0 +1,14 @@
#!/sbin/openrc-run
. /etc/conf.d/mastodon
name="Mastodon meta service"
depend() {
provide mastodon
}
start() {
echo
}