aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/init.d/peertube
diff options
context:
space:
mode:
Diffstat (limited to 'support/init.d/peertube')
-rw-r--r--support/init.d/peertube4
1 files changed, 2 insertions, 2 deletions
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"
4USER="peertube" 4USER="peertube"
5GROUP="peertube" 5GROUP="peertube"
6NODE_ENV="production" 6NODE_ENV="production"
7APP_DIR="/var/www/peertube" 7APP_DIR="/var/www/peertube/peertube-latest"
8NODE_APP="dist/server" 8NODE_APP="dist/server"
9KWARGS="" 9KWARGS=""
10CONFIG_DIR="/etc/peertube" 10CONFIG_DIR="/var/www/peertube/config"
11PID_DIR="$APP_DIR/pid" 11PID_DIR="$APP_DIR/pid"
12PID_FILE="$PID_DIR/$APP_NAME.pid" 12PID_FILE="$PID_DIR/$APP_NAME.pid"
13LOG_DIR="/var/log/peertube" 13LOG_DIR="/var/log/peertube"