This commit is contained in:
cdle
2021-09-30 20:34:22 +08:00
parent 9afde78a11
commit ffa1c68205
+1 -1
View File
@@ -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