From 59c48d49c5f06a46c342b4e7f86fbd1ed9894bd6 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 23 Jan 2018 09:00:23 +0100 Subject: Peertube home in /var/www instead of /home --- support/systemd/peertube.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'support/systemd') diff --git a/support/systemd/peertube.service b/support/systemd/peertube.service index 03ead9fbd..047ce7e56 100644 --- a/support/systemd/peertube.service +++ b/support/systemd/peertube.service @@ -5,11 +5,11 @@ After=network.target [Service] Type=simple Environment=NODE_ENV=production -Environment=NODE_CONFIG_DIR=/home/peertube/config +Environment=NODE_CONFIG_DIR=/var/www/peertube/config User=peertube Group=peertube ExecStart=/usr/bin/npm start -WorkingDirectory=/home/peertube/peertube-latest +WorkingDirectory=/var/www/peertube/peertube-latest StandardOutput=syslog StandardError=syslog SyslogIdentifier=peertube -- cgit v1.2.3