eolas-api/systemd/eolas-api.service
thomasabishop 2d7ff15ebe
All checks were successful
Deploy eolas-api / deploy (push) Successful in 25s
infra: run systemd exec with node not npm
2025-10-15 17:00:52 +01:00

13 lines
270 B
Desktop File

[Unit]
Description=eolas-api
After=network.target
[Service]
Type=simple
User=deploy
WorkingDirectory=/var/www/eolas-api
ExecStart=/home/deploy/.nvm/versions/node/v24.10.0/bin/node /var/www/eolas-api/src/index.js
Restart=on-failure
[Install]
WantedBy=multi-user.target