All checks were successful
Deploy eolas-api / deploy (push) Successful in 24s
13 lines
234 B
Desktop File
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
|