2016-06-03 09:58:04 -04:00
|
|
|
[Unit]
|
|
|
|
Description=PeerTube daemon
|
2018-07-26 15:01:34 -04:00
|
|
|
After=network.target postgresql.service redis-server.service
|
2016-06-03 09:58:04 -04:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
Environment=NODE_ENV=production
|
2018-01-23 03:00:23 -05:00
|
|
|
Environment=NODE_CONFIG_DIR=/var/www/peertube/config
|
2018-01-15 11:56:58 -05:00
|
|
|
User=peertube
|
|
|
|
Group=peertube
|
2017-06-20 14:34:41 -04:00
|
|
|
ExecStart=/usr/bin/npm start
|
2018-01-23 03:00:23 -05:00
|
|
|
WorkingDirectory=/var/www/peertube/peertube-latest
|
2016-06-03 09:58:04 -04:00
|
|
|
StandardOutput=syslog
|
|
|
|
StandardError=syslog
|
|
|
|
SyslogIdentifier=peertube
|
|
|
|
Restart=always
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|