From 3be4cdc466b55a761f6b4b049a35029b706ce826 Mon Sep 17 00:00:00 2001 From: butlerx Date: Mon, 5 Oct 2020 10:40:52 +0100 Subject: [PATCH] update systemd service --- conf/wetty.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/wetty.service b/conf/wetty.service index a4d5742..af4a7d4 100644 --- a/conf/wetty.service +++ b/conf/wetty.service @@ -11,7 +11,7 @@ After=network.target [Service] WorkingDirectory=$HOME/.config/yarn/global/node_modules/wetty/ -ExecStart=/usr/bin/node index.js -p 3000 --host 127.0.0.1 +ExecStart=/usr/bin/node . -p 3000 --host 127.0.0.1 [Install] WantedBy=multi-user.target