X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=installation%2Finit.d%2Fpleroma;h=ed50bb551a0b9591a7ea15503083859b2bfa77ca;hb=bc4f77b10bb4360ac00d1999b1d08fa55e1fa547;hp=9582d65d45c37c6d326bae49dc9a59b206d5f780;hpb=be7a6db1f54a033afb7cb564f9cf0c9bdafe5055;p=akkoma diff --git a/installation/init.d/pleroma b/installation/init.d/pleroma index 9582d65d4..ed50bb551 100755 --- a/installation/init.d/pleroma +++ b/installation/init.d/pleroma @@ -1,7 +1,7 @@ #!/sbin/openrc-run # Requires OpenRC >= 0.35 -directory=~pleroma/pleroma +directory=/opt/pleroma command=/usr/bin/mix command_args="phx.server" @@ -12,10 +12,10 @@ export PORT=4000 export MIX_ENV=prod # Ask process to terminate within 30 seconds, otherwise kill it -retry="SIGTERM/30 SIGKILL/5" +retry="SIGTERM/30/SIGKILL/5" pidfile="/var/run/pleroma.pid" depend() { need nginx postgresql -} \ No newline at end of file +}