2021-02-17 16:22:38 +01:00
|
|
|
[Unit]
|
|
|
|
Description=human
|
|
|
|
After=network.target network-online.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
Environment="NODE_ENV=production"
|
2021-10-02 13:46:07 +02:00
|
|
|
ExecStart=<path-to-node> <your-project-folder>/node_modules/@vladmandic/build/src/build.js --profile development
|
2021-03-17 19:35:11 +01:00
|
|
|
WorkingDirectory=<your-project-folder>
|
2021-02-17 16:22:38 +01:00
|
|
|
StandardOutput=inherit
|
|
|
|
StandardError=inherit
|
|
|
|
Restart=always
|
|
|
|
RestartSec=300
|
|
|
|
User=vlado
|
|
|
|
StandardOutput=null
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|