aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
Diffstat (limited to 'support')
-rw-r--r--support/systemd/peertube.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/systemd/peertube.service b/support/systemd/peertube.service
index 8aaa2e6e3..1e3378f77 100644
--- a/support/systemd/peertube.service
+++ b/support/systemd/peertube.service
@@ -6,7 +6,7 @@ Type=simple
6Environment=NODE_ENV=production 6Environment=NODE_ENV=production
7User=myuser 7User=myuser
8Group=myuser 8Group=myuser
9ExecStart=/usr/bin/node server 9ExecStart=/usr/bin/npm start
10WorkingDirectory=/path/to/peertube 10WorkingDirectory=/path/to/peertube
11StandardOutput=syslog 11StandardOutput=syslog
12StandardError=syslog 12StandardError=syslog