commit: 8e6f3dfc12df889492398f25f58fcafe96778e15
parent acb4f6dbeef02449624361322362ae758e668d8b
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Thu, 19 Dec 2024 21:48:48 +0100
rel/…/init.d/pleroma: tab indent
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rel/files/installation/init.d/pleroma b/rel/files/installation/init.d/pleroma
@@ -17,6 +17,6 @@ retry="SIGTERM/30/SIGKILL/5"
pidfile="/var/run/pleroma.pid"
depend() {
- want nginx
- need postgresql
+ want nginx
+ need postgresql
}