]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/systemd/peertube.service
Remove question template, prefer using the forum
[github/Chocobozzz/PeerTube.git] / support / systemd / peertube.service
index cf4e7b417a5027f9e9020740631b533908c15f96..00d66b917f7b5d81eeb15477ae937c2e0c9bf547 100644 (file)
@@ -8,10 +8,8 @@ Environment=NODE_ENV=production
 Environment=NODE_CONFIG_DIR=/var/www/peertube/config
 User=peertube
 Group=peertube
-ExecStart=/usr/bin/npm start
+ExecStart=/usr/bin/node dist/server
 WorkingDirectory=/var/www/peertube/peertube-latest
-StandardOutput=syslog
-StandardError=syslog
 SyslogIdentifier=peertube
 Restart=always