eolas-api/systemd/eolas-api.service
thomasabishop 9d7610df01
All checks were successful
Deploy eolas-api / deploy (push) Successful in 24s
infra: add systemd service for service restart
2025-10-14 17:09:18 +01:00

13 lines
234 B
Desktop File

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