From 33ea430f3b026f4e9b353b74bcc60846c67a5a69 Mon Sep 17 00:00:00 2001
From: Farhan Khan <farhan@farhan.codes>
Date: Fri, 7 Aug 2020 01:52:39 +0000
Subject: [PATCH] acme.sh and netbsd to freebsd updates

---
 docs/installation/freebsd_en.md | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/docs/installation/freebsd_en.md b/docs/installation/freebsd_en.md
index ee42b9427..b5c62bee6 100644
--- a/docs/installation/freebsd_en.md
+++ b/docs/installation/freebsd_en.md
@@ -146,8 +146,8 @@ Let's add auto-renewal to `/etc/daily.local`
 (replace `example.com` with your domain):
 
 ```
-/usr/pkg/bin/sudo -Hu nginx -g nginx \
-    /usr/pkg/sbin/acme.sh -r \
+/usr/pkg/bin/sudo -Hu www -g www \
+    /usr/local/sbin/acme.sh -r \
     -d example.com \
     --cert-file /etc/nginx/tls/cert \
     --key-file /etc/nginx/tls/key \
@@ -175,25 +175,22 @@ Copy the startup script to the correct location and make sure it's executable:
 # chmod +x /usr/local/etc/rc.d/pleroma
 ```
 
-Update the `/etc/rc.conf` file with the following command:
+Update the `/etc/rc.conf` and start pleroma with the following commands:
 
 ```
 # sysrc pleroma_enable=YES
+# service pleroma start
 ```
 
 Now you can start pleroma with `# service pleroma start`.
 
 ## Conclusion
 
-Restart nginx with `# /etc/rc.d/nginx restart` and you should be up and running.
+Restart nginx with `# service nginx restart` and you should be up and running.
 
 Make sure your time is in sync, or other instances will receive your posts with
 incorrect timestamps. You should have ntpd running.
 
-#### Further reading
-
-{! backend/installation/further_reading.include !}
-
 ## Questions
 
 Questions about the installation or didn’t it work as it should be, ask in [#pleroma:matrix.org](https://matrix.heldscal.la/#/room/#freenode_#pleroma:matrix.org) or IRC Channel **#pleroma** on **Freenode**.