spee.ch/docs/setup/conf/speech/speech.service.draft

10 lines
227 B
Text
Raw Normal View History

2018-11-12 00:26:00 +01:00
[Service]
ExecStart=/usr/bin/node /opt/app/app.js
Restart=always
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=node-app-1
User=your_app_user_name
Group=your_app_user_name
Environment=NODE_ENV=production PORT=3000