aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'support/systemd')
-rw-r--r--support/systemd/peertube.service4
1 files changed, 2 insertions, 2 deletions
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
5[Service] 5[Service]
6Type=simple 6Type=simple
7Environment=NODE_ENV=production 7Environment=NODE_ENV=production
8Environment=NODE_CONFIG_DIR=/home/peertube/config 8Environment=NODE_CONFIG_DIR=/var/www/peertube/config
9User=peertube 9User=peertube
10Group=peertube 10Group=peertube
11ExecStart=/usr/bin/npm start 11ExecStart=/usr/bin/npm start
12WorkingDirectory=/home/peertube/peertube-latest 12WorkingDirectory=/var/www/peertube/peertube-latest
13StandardOutput=syslog 13StandardOutput=syslog
14StandardError=syslog 14StandardError=syslog
15SyslogIdentifier=peertube 15SyslogIdentifier=peertube