X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=rel%2Ffiles%2Finstallation%2Finit.d%2Fpleroma;h=dea1db26c8e25e87e99ce464b6b8243bc657cd56;hb=6e1d9c63dadbd767d632ff550b12363f73895788;hp=de007c5e30fb57ddbfe6de3e01cb70ed91cb0bb5;hpb=bb40c33dd65aaeafaf3b74f4557deb75b0da8e93;p=akkoma diff --git a/rel/files/installation/init.d/pleroma b/rel/files/installation/init.d/pleroma index de007c5e3..dea1db26c 100755 --- a/rel/files/installation/init.d/pleroma +++ b/rel/files/installation/init.d/pleroma @@ -1,5 +1,7 @@ #!/sbin/openrc-run +supervisor=supervise-daemon + # Requires OpenRC >= 0.35 directory=/opt/pleroma @@ -14,5 +16,6 @@ retry="SIGTERM/30/SIGKILL/5" pidfile="/var/run/pleroma.pid" depend() { - need nginx postgresql + want nginx + need postgresql }