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:
4e9fa5b
)
Update postgresql version for Gentoo (#1935)
author
Wirebrass
<51268893+Wirebrass@users.noreply.github.com>
Sat, 22 Jun 2019 12:46:46 +0000
(14:46 +0200)
committer
Rigel Kent
<par@rigelk.eu>
Sat, 22 Jun 2019 12:46:46 +0000
(14:46 +0200)
Update postgresql version for Gentoo example
support/doc/dependencies.md
patch
|
blob
|
history
diff --git
a/support/doc/dependencies.md
b/support/doc/dependencies.md
index 1b27abaa757286731cd9932b385d9a0f2569e2f4..4bd5f95defa472b1806d3a7290bbfe130080a50c 100644
(file)
--- a/
support/doc/dependencies.md
+++ b/
support/doc/dependencies.md
@@
-250,9
+250,9
@@
emerge --config postgresql
* (For OpenRC) Enable and then start the services (replace with the correct PostgreSQL slot):
```
rc-update add redis
-rc-update add postgresql-1
0
+rc-update add postgresql-1
1
rc-service redis start
-rc-service postgresql-1
0
start
+rc-service postgresql-1
1
start
```
## Other distributions