(doc): use sysrc instead of editing /etc/rc.conf on FreeBSD (#603)

pull/604/head
norrist 2018-05-29 14:04:29 -05:00 committed by Rigel Kent
parent 9118bca307
commit af5262f113
1 changed files with 3 additions and 7 deletions

View File

@ -84,15 +84,11 @@ On a fresh install of [FreeBSD](https://www.freebsd.org), new system or new jail
```
3. Enable nginx, redis, postgresql services and initialize database
```
# ee /etc/rc.conf
```
Add the following lines
```
postgresql_enable="YES"
redis_enable="YES"
nginx_enable="YES"
# sysrc postgresql_enable="YES"
# sysrc redis_enable="YES"
# sysrc nginx_enable="YES"
```
Initialize database and start services