From 8418c9a0d0cc27d9a3fcb2e26d0f1a661611103c Mon Sep 17 00:00:00 2001 From: Simon Cheng Date: Fri, 22 May 2020 18:49:37 -0400 Subject: [PATCH] fix systemctl template wetty path --- bin/wetty.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/wetty.service b/bin/wetty.service index 1eff15e..e4552aa 100644 --- a/bin/wetty.service +++ b/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]