From eac48805f20003e6aa074044853c83bc746fb520 Mon Sep 17 00:00:00 2001 From: Loz Brown Date: Mon, 14 Sep 2020 13:55:15 +0100 Subject: [PATCH] Correct Service details --- bin/wetty.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/wetty.service b/bin/wetty.service index 1eff15e..a4d5742 100644 --- a/bin/wetty.service +++ b/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