From 9e580054399e3d40b0cc366afc80ceb7426ad590 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 20 Jun 2017 20:34:41 +0200 Subject: Update systemd service template --- support/systemd/peertube.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/systemd') 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 Environment=NODE_ENV=production User=myuser Group=myuser -ExecStart=/usr/bin/node server +ExecStart=/usr/bin/npm start WorkingDirectory=/path/to/peertube StandardOutput=syslog StandardError=syslog -- cgit v1.2.3