X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=installation%2Finit.d%2Fpleroma;h=ed50bb551a0b9591a7ea15503083859b2bfa77ca;hb=3fa2ac68df10f6ffe3c1ea76fa10c30da90f4bd0;hp=9582d65d45c37c6d326bae49dc9a59b206d5f780;hpb=0f5bff8c66fa2b67633fe05de8aaa1985f4d98f8;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 +}