commit: 6004c7207cba23e72d244ac48dc64fca5c6feea3
parent 4bd0b96a53ffecca2f1d62a79c53e88d8c832a88
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
}