]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/init.d/peertube
Update translations
[github/Chocobozzz/PeerTube.git] / support / init.d / peertube
index 4473fc0eaf02d38155d2a5dde3db31a15e86d753..bb51b2e9951398f41e4e46d8902ca993e874f2cc 100644 (file)
@@ -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"