X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=support%2Finit.d%2Fpeertube;h=bb51b2e9951398f41e4e46d8902ca993e874f2cc;hb=01cee4e740da72d903442bb550fbfdb1a72d7db4;hp=4473fc0eaf02d38155d2a5dde3db31a15e86d753;hpb=48d46d81af93d0912022e96958f131c5f8acdfc2;p=github%2FChocobozzz%2FPeerTube.git diff --git a/support/init.d/peertube b/support/init.d/peertube index 4473fc0ea..bb51b2e99 100644 --- a/support/init.d/peertube +++ b/support/init.d/peertube @@ -4,10 +4,10 @@ APP_NAME="peertube" USER="peertube" GROUP="peertube" NODE_ENV="production" -APP_DIR="/var/www/peertube" +APP_DIR="/var/www/peertube/peertube-latest" NODE_APP="dist/server" KWARGS="" -CONFIG_DIR="/etc/peertube" +CONFIG_DIR="/var/www/peertube/config" PID_DIR="$APP_DIR/pid" PID_FILE="$PID_DIR/$APP_NAME.pid" LOG_DIR="/var/log/peertube"