diff options
Diffstat (limited to 'support')
-rw-r--r-- | support/systemd/peertube.service | 2 |
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 | |||
6 | Environment=NODE_ENV=production | 6 | Environment=NODE_ENV=production |
7 | User=myuser | 7 | User=myuser |
8 | Group=myuser | 8 | Group=myuser |
9 | ExecStart=/usr/bin/node server | 9 | ExecStart=/usr/bin/npm start |
10 | WorkingDirectory=/path/to/peertube | 10 | WorkingDirectory=/path/to/peertube |
11 | StandardOutput=syslog | 11 | StandardOutput=syslog |
12 | StandardError=syslog | 12 | StandardError=syslog |