mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2026-02-15 17:16:57 +00:00
Setting the MIX_ENV variable in rc_pre() isn't possible, because the
environment doesn't persist between rc_pre and rc_start(). This way we
can also ditch the custom rc_start() function in favor of the default
one which is just:
rc_start() {
rc_exec "${daemon} ${daemon_flags}
}
|
||
|---|---|---|
| .. | ||
| freebsd/rc.d | ||
| init.d | ||
| netbsd/rc.d | ||
| openbsd | ||
| openldap | ||
| apache-cache-purge.sh.example | ||
| caddyfile-pleroma.example | ||
| nginx-cache-purge.sh.example | ||
| nsfw-api.service | ||
| pleroma-apache.conf | ||
| pleroma-mediaproxy.nginx | ||
| pleroma-mongooseim.cfg | ||
| pleroma.nginx | ||
| pleroma.service | ||
| pleroma.supervisord | ||
| pleroma.vcl | ||