commit:90e2c53cdc0d5e21f91518fd7d339056381a9109
author:Chip Black
committer:Chip Black
date:Wed Jan 4 00:48:02 2023 -0600
parents:8e0125fcda7971bb692fce2352e523369d072a3f
Don't enable or start mastodon services by default
diff --git a/build-mastodon.sh b/build-mastodon.sh
line changes: +0/-4
index 603af57..c7286ff
--- a/build-mastodon.sh
+++ b/build-mastodon.sh
@@ -52,10 +52,6 @@ bastille mount $JAILNAME $DATA_PATH/log var/log/mastodon nullfs rw 0 0
 bastille cmd $JAILNAME mkdir /usr/local/etc/newsyslog.conf.d
 bastille cp $JAILNAME mastodon/newsyslog.conf /usr/local/etc/newsyslog.conf.d/mastodon.conf
 bastille cp $JAILNAME mastodon/rc.d /usr/local/etc/
-bastille sysrc $JAILNAME mastodon_enable=YES
-bastille service $JAILNAME mastodon-streaming start
-bastille service $JAILNAME mastodon-sidekiq start
-bastille service $JAILNAME mastodon-web start
 
 sed -e "s/\$HOSTNAME/$HOSTNAME/" \
     mastodon/nginx.conf.tmpl > nginx.conf