Skip to content

Instantly share code, notes, and snippets.

@heanfig
Created September 6, 2022 21:41
Show Gist options
  • Save heanfig/d972b2bbdecccb82ef366d3739f1d816 to your computer and use it in GitHub Desktop.
Save heanfig/d972b2bbdecccb82ef366d3739f1d816 to your computer and use it in GitHub Desktop.
[Unit]
Description=fallas masivas
Documentation=https://claro.com.co
After=network.target
[Service]
Environment=PORT=451
Type=simple
User=root
ExecStart=/usr/bin/node /opt/node/fallas-masivas/fallamasiva_back/dist/main.js
Restart=on-failure
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment