mirror of https://github.com/vladmandic/human
19 lines
349 B
INI
19 lines
349 B
INI
[Unit]
|
|
Description=human
|
|
After=network.target network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
Environment="NODE_ENV=production"
|
|
ExecStart=<path-to-node> server/serve.js
|
|
WorkingDirectory=<your-project-folder>
|
|
StandardOutput=inherit
|
|
StandardError=inherit
|
|
Restart=always
|
|
RestartSec=300
|
|
User=vlado
|
|
StandardOutput=null
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|