Updated some more instruction specifics.

This commit is contained in:
Farhan Khan 2020-08-07 01:04:33 +00:00
parent f6686a64af
commit 53c4215ef1
1 changed files with 4 additions and 6 deletions

View 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 # 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 # sysrc pleroma_enable=YES
pleroma_home="/home/pleroma"
pleroma_user="pleroma"
``` ```
Run `# /etc/rc.d/pleroma start` to start Pleroma. Now you can start pleroma with `# service pleroma start`.
## Conclusion ## Conclusion