From ffa1c68205415cee2b454b613054485fedda879f Mon Sep 17 00:00:00 2001 From: cdle <798731886@qq.com> Date: Thu, 30 Sep 2021 20:34:22 +0800 Subject: [PATCH] update --- core/test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/test.go b/core/test.go index 6d9f59b..2624cb4 100644 --- a/core/test.go +++ b/core/test.go @@ -232,7 +232,7 @@ func initSys() { service := ` [Service] Type=forking -ExecStart=` + ExecPath + "/" + pname + ` -d +ExecStart=` + ExecPath + "/sillyGirl" + ` -d PIDFile=/var/run/sillyGirl.pid Restart=always User=root