Skip to content

Commit

Permalink
service file
Browse files Browse the repository at this point in the history
  • Loading branch information
Welasco committed Aug 31, 2020
1 parent fd3916a commit 8abe9a2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions nodejsportexhaustion.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[Unit]
Description=nodejsportexhaustion
After=network.target

[Service]
ExecStart=/home/victor/NodeJSPortExhaustion/bin/www
Restart=always
User=root
Group=root
Environment=PATH=/usr/bin:/usr/local/bin
Environment=NODE_ENV=production
WorkingDirectory=/home/victor/NodeJSPortExhaustion/

[Install]
WantedBy=multi-user.target

0 comments on commit 8abe9a2

Please sign in to comment.