oktopus/devops/services/socketio.service
2023-07-22 17:22:08 -03:00

11 lines
232 B
Desktop File

[Unit]
Description=Socketio Server
[Service]
ExecStart=/home/ec2-user/.nvm/versions/node/v20.1.0/bin/node /home/ec2-user/oktopus/backend/services/socketio/server.js
Restart=always
RestartSec=4
[Install]
WantedBy=multi-user.target