commit: bcacd6ec278ad5065d5607051e4ddf1d42cfbd1d
parent 89b2e7dfdab3315ae59b782e6cd1e7c8296de65f
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
}