logo

pleroma

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

pleroma.service (423B)


  1. [Unit]
  2. Description=Pleroma social network (OTP release via Docker glibc shim)
  3. After=network.target docker.service postgresql.service nginx.service
  4. Requires=docker.service
  5. [Service]
  6. Type=simple
  7. WorkingDirectory=/etc/pleroma/container
  8. ExecStart=/usr/bin/docker compose up --build --remove-orphans
  9. ExecStop=/usr/bin/docker compose down
  10. Restart=on-failure
  11. RestartSec=5s
  12. TimeoutStartSec=0
  13. [Install]
  14. WantedBy=multi-user.target