spee.ch/docs/setup/conf/speech/speech.service.draft
2018-11-11 23:40:23 -05:00

9 lines
227 B
Text

[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