commit: df492669e576de8feb83a9f83d621533326e3f21
parent ee25acea6d87c036d195c69430bd2e92ea56bd52
Author: Phantasm <phantasm@centrum.cz>
Date: Sun, 24 Nov 2024 23:45:03 +0100
docs openbsd: proper permission for Pleroma service file
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/installation/openbsd_en.md b/docs/installation/openbsd_en.md
@@ -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
-# chmod +x /etc/rc.d/pleroma
+# chmod 555 /etc/rc.d/pleroma
```
Enable and start the pleroma service: