Don't enable or start mastodon services by default
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