Browse Source

fix systemctl template wetty path

pull/246/head
Simon Cheng 5 years ago
committed by GitHub
parent
commit
8418c9a0d0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      bin/wetty.service

2
bin/wetty.service

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

Loading…
Cancel
Save