docs openbsd: proper permission for Pleroma service file

This commit is contained in:
Phantasm 2024-11-24 23:45:03 +01:00
commit df492669e5
No known key found for this signature in database
GPG key ID: 2669E588BCC634C8

View file

@ -320,7 +320,7 @@ Copy the startup script and make sure it's executable:
``` ```
# cp /home/_pleroma/pleroma/installation/openbsd/rc.d/pleroma /etc/rc.d/pleroma # cp /home/_pleroma/pleroma/installation/openbsd/rc.d/pleroma /etc/rc.d/pleroma
# chmod +x /etc/rc.d/pleroma # chmod 555 /etc/rc.d/pleroma
``` ```
Enable and start the pleroma service: Enable and start the pleroma service: