projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9118bca
)
(doc): use sysrc instead of editing /etc/rc.conf on FreeBSD (#603)
author
norrist
<norrist@gmail.com>
Tue, 29 May 2018 19:04:29 +0000
(14:04 -0500)
committer
Rigel Kent
<par@rigelk.eu>
Tue, 29 May 2018 19:04:29 +0000
(21:04 +0200)
support/doc/dependencies.md
patch
|
blob
|
history
diff --git
a/support/doc/dependencies.md
b/support/doc/dependencies.md
index a79a5aed2c488e0e044b04d57d13b5998b012533..093a126da0c86779859b70ac50f2601dc34b5f22 100644
(file)
--- a/
support/doc/dependencies.md
+++ b/
support/doc/dependencies.md
@@
-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