Fork of Pleroma with site-specific changes and feature branches https://git.pleroma.social/pleroma/pleroma
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
344B

  1. [Unit]
  2. Description=Pleroma social network
  3. After=network.target postgresql.service
  4. [Service]
  5. User=pleroma
  6. WorkingDirectory=/home/pleroma/pleroma
  7. Environment="HOME=/home/pleroma"
  8. ExecStart=/usr/local/bin/mix phx.server
  9. ExecReload=/bin/kill $MAINPID
  10. KillMode=process
  11. Restart=on-failure
  12. [Install]
  13. WantedBy=multi-user.target
  14. Alias=pleroma.service