Browse Source

Correct Service details

pull/269/head
Loz Brown 4 years ago
parent
commit
eac48805f2
  1. 4
      bin/wetty.service

4
bin/wetty.service

@ -10,8 +10,8 @@ After=network.target
[Service]
WorkingDirectory=$HOME/.config/yarn/global/node_modules/wetty.js/
ExecStart=/usr/bin/node app.js -p 3000 --host 127.0.0.1
WorkingDirectory=$HOME/.config/yarn/global/node_modules/wetty/
ExecStart=/usr/bin/node index.js -p 3000 --host 127.0.0.1
[Install]
WantedBy=multi-user.target

Loading…
Cancel
Save