Browse Source
Merge pull request #269 from lozbrown/master
Correct Service details
pull/271/head
Cian Butler
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
bin/wetty.service
|
@ -10,8 +10,8 @@ After=network.target |
|
|
|
|
|
|
|
|
[Service] |
|
|
[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 |
|
|
ExecStart=/usr/bin/node index.js -p 3000 --host 127.0.0.1 |
|
|
|
|
|
|
|
|
[Install] |
|
|
[Install] |
|
|
WantedBy=multi-user.target |
|
|
WantedBy=multi-user.target |
|
|