logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git

pleroma (389B)


  1. #!/sbin/openrc-run
  2. supervisor=supervise-daemon
  3. # Requires OpenRC >= 0.35
  4. directory=/opt/pleroma
  5. command=/opt/pleroma/bin/pleroma
  6. command_args="start"
  7. command_user=pleroma
  8. command_background=1
  9. no_new_privs="yes"
  10. # Ask process to terminate within 30 seconds, otherwise kill it
  11. retry="SIGTERM/30/SIGKILL/5"
  12. pidfile="/var/run/pleroma.pid"
  13. depend() {
  14. want nginx
  15. need postgresql
  16. }