Updated some more instruction specifics.
authorFarhan Khan <farhan@farhan.codes>
Fri, 7 Aug 2020 01:04:33 +0000 (01:04 +0000)
committerFarhan Khan <farhan@farhan.codes>
Thu, 13 Aug 2020 22:59:14 +0000 (18:59 -0400)
docs/installation/freebsd_en.md

index 9c5caa4d37a39923f6a3ba097a148351ee0eb943..ee42b94270624f34d43de4d2661b316ad8c612c7 100644 (file)
@@ -172,18 +172,16 @@ Copy the startup script to the correct location and make sure it's executable:
 
 ```
 # cp /home/pleroma/pleroma/installation/freebsd/rc.d/pleroma /usr/local/etc/rc.d/pleroma
-# chmod +x /etc/rc.d/pleroma
+# chmod +x /usr/local/etc/rc.d/pleroma
 ```
 
-Add the following to `/etc/rc.conf`:
+Update the `/etc/rc.conf` file with the following command:
 
 ```
-pleroma=YES
-pleroma_home="/home/pleroma"
-pleroma_user="pleroma"
+# sysrc pleroma_enable=YES
 ```
 
-Run `# /etc/rc.d/pleroma start` to start Pleroma.
+Now you can start pleroma with `# service pleroma start`.
 
 ## Conclusion