service: logging to syslog (#33)

* service: logging to syslog

* chore: update gopsutil to v4

* chore: move println() to the util package

* gpu: only return 0 on failure
This commit is contained in:
UUBulb
2024-07-05 22:31:56 +08:00
committed by GitHub
parent 532bca8867
commit fb7b45527b
12 changed files with 94 additions and 82 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ import (
"github.com/UserExistsError/conpty"
"github.com/artdarek/go-unzip"
"github.com/iamacarpet/go-winpty"
"github.com/shirou/gopsutil/v3/host"
"github.com/shirou/gopsutil/v4/host"
)
var isWin10 bool